We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 560a686 commit 2e0d703Copy full SHA for 2e0d703
apps/web/src/components/NavBar/CompanyMenu/Content.tsx
@@ -21,7 +21,7 @@ export const useMenuContent = (): MenuSection[] => {
21
{
22
title: t('common.company'),
23
items: [
24
- { label: t('common.careers'), href: 'https://boards.greenhouse.io/uniswaplabs' },
+ { label: t('common.careers'), href: 'https://careers.uniswap.org/' },
25
{ label: t('common.blog'), href: 'https://blog.uniswap.org/' },
26
],
27
},
apps/web/src/pages/NavBar.e2e.test.ts
@@ -4,7 +4,7 @@ const companyMenu = [
4
5
label: 'Company',
6
7
- { label: 'Careers', href: 'https://boards.greenhouse.io/uniswaplabs' },
+ { label: 'Careers', href: 'https://careers.uniswap.org/' },
8
{ label: 'Blog', href: 'https://blog.uniswap.org/' },
9
10
0 commit comments