diff --git a/views/extension/index.pug b/views/extension/index.pug index 131b7306..ede24c46 100644 --- a/views/extension/index.pug +++ b/views/extension/index.pug @@ -37,8 +37,8 @@ block content .colophon.clearfix .pull-left a(target="_blank" href="https://developer.auth0.com") - | Supported by   - img(src="/img/ico_logo.svg" alt='Supported by Auth0 - JWT.io Token Based Authentication') + | Crafted by   + img(src="/img/auth0_logo_ft.svg" alt='Crafted by Auth0 - JWT.io Token Based Authentication') a  -  a.keep-deco(href='https://github.com/jsonwebtoken/jsonwebtoken.github.io/blob/master/LICENSE.txt', target="_blank") License diff --git a/views/website/layout.pug b/views/website/layout.pug index 40ee91e5..74f46239 100644 --- a/views/website/layout.pug +++ b/views/website/layout.pug @@ -62,8 +62,8 @@ html(lang='en') | Your Privacy Choices img.ccpa-toggle(src='https://cdn.auth0.com/website/footer/ccpa.svg' alt='Privacy choices') a(href='https://developer.auth0.com', target="_blank") - | Supported by - img(src='/img/ico_logo.svg' alt='Supported by Auth0 - JWT.io Token Based Authentication').logo + | Crafted by + img(src='/img/auth0_logo_ft.svg' alt='Crafted by Auth0 - JWT.io Token Based Authentication').logo #ccpa-modal button#close-ccpa x h3 Your Privacy Choices @@ -83,4 +83,4 @@ html(lang='en') if process.env.NODE_ENV === "production" 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") - script(src="/js/cookie-consent.js") \ No newline at end of file + script(src="/js/cookie-consent.js") diff --git a/views/website/navigation.pug b/views/website/navigation.pug index f0b9d527..1388f24c 100644 --- a/views/website/navigation.pug +++ b/views/website/navigation.pug @@ -21,5 +21,5 @@ nav.navbar.closed span.crafted-by__question-mark ? a.supported(href='https://auth0.com', target="_blank") - | Supported by - img(src='/img/ico_logo.svg', alt='Supported by Auth0 - JWT.io Token Based Authentication').logo-mobile + | Crafted by + img(src='/img/auth0_logo_ft.svg', alt='Crafted by Auth0 - JWT.io Token Based Authentication').logo-mobile