Skip to content

Commit

Permalink
updates banner
Browse files Browse the repository at this point in the history
  • Loading branch information
owocki committed Nov 18, 2019
1 parent 757b310 commit 2bb30a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/assets/v2/js/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ $(document).ready(function() {
});
}

var top_nav_salt = 5;
var top_nav_salt = 6;
var remove_top_row = function() {
$('#top_nav_notification').parents('.row').remove();
localStorage['top_nav_notification_remove_' + top_nav_salt] = true;
Expand Down
2 changes: 1 addition & 1 deletion app/retail/templates/shared/top_nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!--- Top Row Notification -->
<div class="row bottom_notification font-caption bottom_notification" style="text-align: center;">
<span style="text-align: center; margin: auto;">
{% blocktrans %}The <strong>Web3 World</strong> Virtual Hackathon runs October 28th to November 11th - <a href="https://hackathons.gitcoin.co/web3-world/">Check out the Details</a>.{% endblocktrans %}
{% blocktrans %}The <strong>Global Communities</strong> Virtual Hackathon runs December 2nd to December 17th - <a href="https://gitcoin.co/hackathon/global-communities/">Check out the Details</a>.{% endblocktrans %}
</span>
<span style="cursor: pointer;" id="top_nav_notification">
&times;
Expand Down

0 comments on commit 2bb30a7

Please sign in to comment.