Skip to content

Commit 1cf87c3

Browse files
authored
Merge pull request #675 from auth0-developer-hub/chore/update-footer-links
Chore: Update footer links
2 parents d69f31e + ea34512 commit 1cf87c3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ Dockerfile
88
yarn.lock
99
.env
1010
libraries.json
11+
.idea/*

Diff for: views/website/counter.pug

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
.container
33
img(src='/img/pic_logo_ft.svg' alt='Auth0 logo').logo
44
p JWT.io is brought to you by
5-
a(href='https://auth0.com/signup', target="_blank") Auth0
5+
a(href='https://auth0.com/signup/?utm_source=jwt.io&utm_medium=microsites&utm_campaign=devn_signup', target="_blank", rel="noreferrer noopener") Auth0
66
p Securely implement authentication with JWTs using Auth0 on any stack and any device in less than 10 minutes.
77

8-
a(href='https://auth0.com/signup', target="_blank").btn.btn-success Create free account
8+
a(href='https://auth0.com/signup/?utm_source=jwt.io&utm_medium=microsites&utm_campaign=devn_signup', target="_blank", rel="noreferrer noopener").btn.btn-success Create free account
99

1010
.token
1111
h5 TOKENS CREATED

0 commit comments

Comments
 (0)