Skip to content

Commit

Permalink
Update _header.html.erb
Browse files Browse the repository at this point in the history
  • Loading branch information
hissingpanda committed Mar 10, 2022
1 parent d400eba commit 5c0252e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/layouts/_header.html.erb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<!-- header-->
<script src="https://cdn.jsdelivr.net/npm/@debtcollective/dc-header-component@3.6.3/dist/header/header.esm.js" type="module"></script>
<script src="https://cdn.jsdelivr.net/npm/@debtcollective/dc-header-component@3.6.3/dist/header/header.esm.js" type="nomodule"></script>
<script src="https://cdn.jsdelivr.net/npm/@debtcollective/dc-header-component@latest/dist/header/header.esm.js" type="module"></script>
<script src="https://cdn.jsdelivr.net/npm/@debtcollective/dc-header-component@latest/dist/header/header.esm.js" type="nomodule"></script>

0 comments on commit 5c0252e

Please sign in to comment.