Skip to content

Commit 278900c

Browse files
committed
Fix for #313: add link to licence in both the site and the extension.
1 parent fdd9086 commit 278900c

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

stylus/extension/index.styl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@
6565
text-decoration none
6666
color currentColor
6767

68+
.keep-deco:hover
69+
text-decoration underline
70+
6871
.top-section
6972
margin-bottom 10px
7073

views/extension/index.pug

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,10 @@ block content
3737
.colophon.clearfix
3838
.pull-left
3939
a(target="_blank" href="https://auth0.com/?utm_source=jwt-ext&utm_campaign=badge")
40-
| Supported by
40+
| Supported by &nbsp
4141
img(src="/img/ico_logo.svg")
42+
a &nbsp-&nbsp
43+
a.keep-deco(href='https://github.com/jsonwebtoken/jsonwebtoken.github.io/blob/master/LICENSE.txt', target="_blank") Licence
4244

4345
.pull-right.save-back.hide
4446
a#save-back-link(href="#") Save back to localStorage

views/website/layout.pug

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ html(lang='en')
6262
.column.pull-request
6363
span Missing something?
6464
a(href='https://github.com/jsonwebtoken/jsonwebtoken.github.io/tree/master/views', target="_blank") Send a Pull Request
65+
a(style='text-decoration: none') -
66+
a(href='https://github.com/jsonwebtoken/jsonwebtoken.github.io/blob/master/LICENSE.txt', target="_blank") Licence
6567
.column.social-counter
6668
a.twitter-follow-button(href='https://twitter.com/auth0', data-show-count='true') Follow @auth0
6769

0 commit comments

Comments
 (0)