Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/website/top-banner.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const messageBar = {
status: MESSAGE_BAR_STATUS.ACTIVE,
id: {
key: "messageBar_id",
value: "BEST_OF_DEVDAY_2024",
value: "JWT_IO_FEEDBACK",
},
state: {
key: "messageBar_state",
Expand Down
2 changes: 1 addition & 1 deletion views/website/navigation.pug
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.top-banner-bg.closed
.top-banner.closed
.top-banner-container
a(href="https://pages.okta.com/2024-11-WBN-Best-of-Dev-Day_LP/" target="_blank") Missed DevDay24? Register for the Best of DevDay
a(href="https://a0.to/jwt-io-feedback" target="_blank") Learn about the upcoming changes to jwt.io and share your feedback
span(aria-hiden="true") →
button.close-top-banner +

Expand Down