Skip to content

Commit 08a3dee

Browse files
committed
feat: update ttb copy
1 parent e1380d6 commit 08a3dee

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/website/top-banner.js

Lines changed: 1 addition & 1 deletion
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: "JWT_IO_FEEDBACK",
15+
value: "JWT_V2_FEEDBACK",
1616
},
1717
state: {
1818
key: "messageBar_state",

stylus/website/index.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1886,7 +1886,7 @@ footer {
18861886
}
18871887

18881888
.top-banner {
1889-
background: #242424;
1889+
background: linear-gradient(90deg, #ff4f40 0%, #ff44dd 99.99%);
18901890
border-radius: 8px;
18911891
max-width: 1216px;
18921892
padding: 8px 16px;

views/website/navigation.pug

Lines changed: 1 addition & 1 deletion
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://a0.to/jwt-io-feedback" target="_blank") Learn about the upcoming changes to jwt.io and share your feedback
4+
a(href="https://a0.to/jwt-io-feedback" target="_blank") Get an exclusive look at jwt.io v2 and help us shape its final form with your feedback.
55
span(aria-hiden="true")
66
button.close-top-banner +
77

0 commit comments

Comments
 (0)