Skip to content

Commit e1380d6

Browse files
authored
Merge pull request #712 from jsonwebtoken/ttb-jwt-site-update
Feat: promote jwt.io site feedback on TTB
2 parents e9833cf + f2eb733 commit e1380d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: src/website/top-banner.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const messageBar = {
1212
status: MESSAGE_BAR_STATUS.ACTIVE,
1313
id: {
1414
key: "messageBar_id",
15-
value: "BEST_OF_DEVDAY_2024",
15+
value: "JWT_IO_FEEDBACK",
1616
},
1717
state: {
1818
key: "messageBar_state",

Diff for: views/website/navigation.pug

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.top-banner-bg.closed
22
.top-banner.closed
33
.top-banner-container
4-
a(href="https://pages.okta.com/2024-11-WBN-Best-of-Dev-Day_LP/" target="_blank") Missed DevDay24? Register for the Best of DevDay
4+
a(href="https://a0.to/jwt-io-feedback" target="_blank") Learn about the upcoming changes to jwt.io and share your feedback
55
span(aria-hiden="true")
66
button.close-top-banner +
77

0 commit comments

Comments
 (0)