mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-25 02:00:10 +02:00
Merge pull request #25041 from overleaf/mf-update-careers-footer-link
[web] Update careers footer link GitOrigin-RevId: 25b797b16fa5829ec970b2854f93c6ab270ecf24
This commit is contained in:
@@ -13,7 +13,7 @@ footer.fat-footer.hidden-print.website-redesign-fat-footer
|
||||
li
|
||||
a(href="/about/values") #{translate('our_values')}
|
||||
li
|
||||
a(href="/about/careers") #{translate('careers')}
|
||||
a(href="https://digitalscience.pinpointhq.com/") #{translate('careers')}
|
||||
li
|
||||
a(href="/for/press") !{translate('press_and_awards')}
|
||||
li
|
||||
|
||||
@@ -13,7 +13,7 @@ footer.fat-footer.hidden-print
|
||||
li
|
||||
a(href="/about/values") #{translate('our_values')}
|
||||
li
|
||||
a(href="/about/careers") #{translate('careers')}
|
||||
a(href="https://digitalscience.pinpointhq.com/") #{translate('careers')}
|
||||
li
|
||||
a(href="/for/press") !{translate('press_and_awards')}
|
||||
li
|
||||
|
||||
@@ -22,7 +22,7 @@ function FatFooter() {
|
||||
links: [
|
||||
{ href: '/about', label: t('footer_about_us') },
|
||||
{ href: '/about/values', label: t('our_values') },
|
||||
{ href: '/about/careers', label: t('careers') },
|
||||
{ href: 'https://digitalscience.pinpointhq.com/', label: t('careers') },
|
||||
{ href: '/for/press', label: t('press_and_awards') },
|
||||
{ href: '/blog', label: t('blog') },
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user