Skip to content

Commit 2e0d703

Browse files
authored
Update careers site url (#7876)
* Update careers site url * update test
1 parent 560a686 commit 2e0d703

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/web/src/components/NavBar/CompanyMenu/Content.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const useMenuContent = (): MenuSection[] => {
2121
{
2222
title: t('common.company'),
2323
items: [
24-
{ label: t('common.careers'), href: 'https://boards.greenhouse.io/uniswaplabs' },
24+
{ label: t('common.careers'), href: 'https://careers.uniswap.org/' },
2525
{ label: t('common.blog'), href: 'https://blog.uniswap.org/' },
2626
],
2727
},

apps/web/src/pages/NavBar.e2e.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const companyMenu = [
44
{
55
label: 'Company',
66
items: [
7-
{ label: 'Careers', href: 'https://boards.greenhouse.io/uniswaplabs' },
7+
{ label: 'Careers', href: 'https://careers.uniswap.org/' },
88
{ label: 'Blog', href: 'https://blog.uniswap.org/' },
99
],
1010
},

0 commit comments

Comments
 (0)