Skip to content

Commit a8dcaad

Browse files
authored
Merge pull request #722 from auth0-developer-hub/update-ttb-jwt-v2
feat: update ttb copy
2 parents e1380d6 + 5d0061e commit a8dcaad

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

Gruntfile.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ module.exports = (grunt) => {
4848
src: ["sitemap.xml"],
4949
dest: "dist/website/",
5050
},
51+
{
52+
src: ["robots.txt"],
53+
dest: "dist/website/",
54+
},
5155
],
5256
},
5357
extension: {
@@ -278,4 +282,4 @@ module.exports = (grunt) => {
278282
grunt.registerTask("test", ["unit-tests", "functional-tests"]);
279283

280284
grunt.registerTask("default", ["build-dev", "connect:website", "watch"]);
281-
};
285+
};

robots.txt

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
User-agent: *
2+
Disallow: /beta/
3+
Allow: /
4+
Sitemap: https://jwt.io/sitemap.xml

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

stylus/website/index.styl

+1-1
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

+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://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)