Skip to content

Commit

Permalink
update crafted by logo on footer
Browse files Browse the repository at this point in the history
  • Loading branch information
byron-okta committed Jan 2, 2024
1 parent 8dcebbf commit 08b617a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions views/extension/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ block content
.colophon.clearfix
.pull-left
a(target="_blank" href="https://developer.auth0.com")
| Supported by &nbsp
img(src="/img/ico_logo.svg" alt='Supported by Auth0 - JWT.io Token Based Authentication')
| Crafted by &nbsp
img(src="/img/auth0_logo_ft.svg" alt='Crafted by Auth0 - JWT.io Token Based Authentication')
a &nbsp-&nbsp
a.keep-deco(href='https://github.com/jsonwebtoken/jsonwebtoken.github.io/blob/master/LICENSE.txt', target="_blank") License

Expand Down
6 changes: 3 additions & 3 deletions views/website/layout.pug
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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")
script(src="/js/cookie-consent.js")
4 changes: 2 additions & 2 deletions views/website/navigation.pug
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 08b617a

Please sign in to comment.