Skip to content

Commit

Permalink
Merge pull request #185 from oleg-nenashev/hacktoberfest_notice
Browse files Browse the repository at this point in the history
Change notice to announce Hacktoberfest instead
  • Loading branch information
oleg-nenashev authored Sep 28, 2023
2 parents 967ff91 + c4a9528 commit 354b926
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/js/notifications.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ var wiremock_notification_shown = localStorage.getItem("wiremock_notification_sh
var notifications = [
{
content: {
title: "Online Webinar on September 26th: " +
"An Intro to Mock-Based API Prototyping and Developer Portals with Tom Akehurst " +
"<a href='https://www.wiremock.io/webinars/developer-portals?utm_medium=referral&utm_source=wiremock.org&utm_content=notification' target='_blank'>Learn More</a>",
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}
}
Expand Down

0 comments on commit 354b926

Please sign in to comment.