Skip to content

Commit

Permalink
Update banner for Hacktoberfest announce (#7438)
Browse files Browse the repository at this point in the history
  • Loading branch information
emdecr authored Oct 3, 2024
1 parent 7da53cb commit 550f9ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/_static/js/myscript-v1.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ $(document).ready(function () {
// Fallback for when a notification CTA expires
const dateInFuture = (value) =>
new Date().getTime() <= new Date(value).getTime();
const expiryDate = '2024-11-10T00:00:00-0500';
const expiryDate = '2024-10-31T00:00:00-0500';
// 12am EST
const fallback_url =
'https://mattermost.com/solutions/mattermost-for-microsoft-teams/';
Expand Down
2 changes: 1 addition & 1 deletion source/_templates/custom-nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<span aria-hidden="true">×</span>
</a>
<div class="notification-bar__wrapper">
<a href="https://mattermost.com/blog/microsoft-teams-m365-mission-critical-workflows/" target="_blank" class="notification-bar__link"><img src="{{ pathto('_static/images/notification-bar/icon-megaphone.svg', 1) }}" alt="">Mattermost v10.0 is now available! Learn what's new »</a>
<a href="https://mattermost.com/hacktoberfest/" target="_blank" class="notification-bar__link"><img src="{{ pathto('_static/images/notification-bar/icon-megaphone.svg', 1) }}" alt="">Hacktoberfest is here! Contribute, collaborate & earn rewards.</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 550f9ac

Please sign in to comment.