File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -1244,6 +1244,11 @@ footer
1244
1244
.logo
1245
1245
height 18px
1246
1246
1247
+ .privacy-links
1248
+ margin-bottom 16px
1249
+ span
1250
+ padding 0 6px
1251
+
1247
1252
.pull-request
1248
1253
+breakpoint ("tablet" )
1249
1254
text-align center
Original file line number Diff line number Diff line change @@ -51,6 +51,12 @@ html(lang='en')
51
51
.container
52
52
.columns
53
53
.column
54
+ div.privacy-links
55
+ a( href ='https://auth0.com/privacy/' , target ="_blank" )
56
+ | Privacy
57
+ span •
58
+ a( href ='https://auth0.com/web-terms' , target ="_blank" )
59
+ | Terms of Service
54
60
a( href ='https://auth0.com/developers/' , target ="_blank" )
55
61
| Supported by
56
62
img( src ='/img/ico_logo.svg' alt ='Supported by Auth0 - JWT.io Token Based Authentication' ) .logo
You can’t perform that action at this time.
0 commit comments