fix(links): link correct GH repository
This commit is contained in:
committed by
Benedikt Rötsch
parent
c91c141bb1
commit
1587b3a0d8
@@ -33,7 +33,7 @@ html
|
||||
use(xlink:href='/icons/icons.svg#info')
|
||||
span #{translate('whatIsThisApp', currentLocale.code)}
|
||||
.header__upper-copy
|
||||
a.header__upper-link(href='https://images.contentful.com/82t39nctsu20/1JOkYZnY8YG0w88ImweME2/c8aef71dfe1ea633e16e17d99379416c/Github-repo_2x__1_.png' target='_blank' rel='noopener')
|
||||
a.header__upper-link(href='https://github.com/contentful/the-example-app.nodejs' target='_blank' rel='noopener')
|
||||
svg.header__upper-icon
|
||||
use(xlink:href='/icons/icons.svg#github')
|
||||
| #{translate('viewOnGithub', currentLocale.code)}
|
||||
@@ -109,7 +109,7 @@ html
|
||||
.footer__disclaimer
|
||||
p.footer__disclaimer-text
|
||||
| #{translate('footerDisclaimer', currentLocale.code)}
|
||||
a(href='https://images.contentful.com/82t39nctsu20/1JOkYZnY8YG0w88ImweME2/c8aef71dfe1ea633e16e17d99379416c/Github-repo_2x__1_.png' target='_blank' rel='noopener') #{translate('viewOnGithub', currentLocale.code)}
|
||||
a(href='https://github.com/contentful/the-example-app.nodejs' target='_blank' rel='noopener') #{translate('viewOnGithub', currentLocale.code)}
|
||||
| .
|
||||
a(href=`/imprint${queryString}` ) #{translate('imprintLabel', currentLocale.code)}
|
||||
| .
|
||||
|
||||
Reference in New Issue
Block a user