Merge pull request #25041 from overleaf/mf-update-careers-footer-link

[web] Update careers footer link

GitOrigin-RevId: 25b797b16fa5829ec970b2854f93c6ab270ecf24
This commit is contained in:
M Fahru
2025-04-24 09:11:57 -07:00
committed by Copybot
parent c9ae67d56f
commit 5c8ae9193c
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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') },
],