chore(contactUs): contact us now opens in a new tab (#42)
This commit is contained in:
committed by
GitHub
parent
aa769dc02f
commit
761a585943
@@ -108,7 +108,7 @@ html
|
||||
| .
|
||||
a(href=`/imprint${queryString}` ) #{translate('imprintLabel', currentLocale.code)}
|
||||
| .
|
||||
a(href=`https://www.contentful.com/contact/` ) #{translate('contactUsLabel', currentLocale.code)}
|
||||
a(href=`https://www.contentful.com/contact/` target='_blank') #{translate('contactUsLabel', currentLocale.code)}
|
||||
| .
|
||||
.footer__social
|
||||
p
|
||||
|
||||
Reference in New Issue
Block a user