Skip to content

Commit fb94318

Browse files
authored
Merge pull request jsonwebtoken#191 from jsonwebtoken/add-crafted
Add creafted to header in intro page
2 parents d3c7e0c + 71a9ac3 commit fb94318

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

views/introduction.jade

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,9 @@ block content
4545
a(href='http://swag.auth0.com/', target='_blank') Get a T-shirt!
4646

4747
.social
48-
a.a0(href='https://auth0.com/', target='_blank')
49-
img(src='/img/ico_a0_white.svg')
48+
a.a0(href='https://auth0.com/?utm_source=jwtio&utm_campaign=craftedby', target='_blank')
49+
span.by-text Crafted by
50+
img(src='/img/pic_logo_ft.svg', alt='Token Based Authentication')
5051
a.twitter(href='https://twitter.com/auth0', target="_blank")
5152
img(src='/img/ico_twitter.svg')
5253

0 commit comments

Comments
 (0)