Skip to content

Commit 08b617a

Browse files
committed
update crafted by logo on footer
1 parent 8dcebbf commit 08b617a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

views/extension/index.pug

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ block content
3737
.colophon.clearfix
3838
.pull-left
3939
a(target="_blank" href="https://developer.auth0.com")
40-
| Supported by &nbsp
41-
img(src="/img/ico_logo.svg" alt='Supported by Auth0 - JWT.io Token Based Authentication')
40+
| Crafted by &nbsp
41+
img(src="/img/auth0_logo_ft.svg" alt='Crafted by Auth0 - JWT.io Token Based Authentication')
4242
a &nbsp-&nbsp
4343
a.keep-deco(href='https://github.com/jsonwebtoken/jsonwebtoken.github.io/blob/master/LICENSE.txt', target="_blank") License
4444

views/website/layout.pug

+3-3
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ html(lang='en')
6262
| Your Privacy Choices
6363
img.ccpa-toggle(src='https://cdn.auth0.com/website/footer/ccpa.svg' alt='Privacy choices')
6464
a(href='https://developer.auth0.com', target="_blank")
65-
| Supported by
66-
img(src='/img/ico_logo.svg' alt='Supported by Auth0 - JWT.io Token Based Authentication').logo
65+
| Crafted by
66+
img(src='/img/auth0_logo_ft.svg' alt='Crafted by Auth0 - JWT.io Token Based Authentication').logo
6767
#ccpa-modal
6868
button#close-ccpa x
6969
h3 Your Privacy Choices
@@ -83,4 +83,4 @@ html(lang='en')
8383

8484
if process.env.NODE_ENV === "production"
8585
script(src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js", type="text/javascript", charset="UTF-8", data-domain-script=COOKIE_CONSENT_DOMAIN_ID, id="consent-script")
86-
script(src="/js/cookie-consent.js")
86+
script(src="/js/cookie-consent.js")

views/website/navigation.pug

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ nav.navbar.closed
2121
span.crafted-by__question-mark ?
2222

2323
a.supported(href='https://auth0.com', target="_blank")
24-
| Supported by
25-
img(src='/img/ico_logo.svg', alt='Supported by Auth0 - JWT.io Token Based Authentication').logo-mobile
24+
| Crafted by
25+
img(src='/img/auth0_logo_ft.svg', alt='Crafted by Auth0 - JWT.io Token Based Authentication').logo-mobile

0 commit comments

Comments
 (0)