Skip to content

Commit

Permalink
Merge pull request #253 from wiremock/remove-hacktoberfest-masthead
Browse files Browse the repository at this point in the history
Remove the hacktoberfest masthead
  • Loading branch information
leeturner authored Jan 19, 2024
2 parents a458230 + a8b0ba5 commit 7b929c7
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions assets/js/notifications.js
Original file line number Diff line number Diff line change
@@ -1,22 +1,7 @@
var wiremock_notification_shown = localStorage.getItem(
"wiremock_notification_shown",
);
var notifications = [
{
content: {
title:
"Join us for Hacktoberfest 2023! " +
"Adopt WireMock in your projects and contribute to open source. " +
"<a href='https://www.wiremock.io/post/hacktoberfest-2023?utm_medium=referral&utm_source=wiremock.org&utm_content=notification' target='_blank'>Learn More</a>",
},
layout: {
style: "wiremock_notification_with_link",
position: "top",
className: "info",
autoHide: false,
},
},
];
var notifications = [];

if (wiremock_notification_shown == null) {
localStorage.setItem("wiremock_notification_shown", true);
Expand Down

0 comments on commit 7b929c7

Please sign in to comment.