Commit 2e0d7033 authored by Bryan Lee's avatar Bryan Lee Committed by GitHub

Update careers site url (#7876)

* Update careers site url

* update test
parent 560a686e
......@@ -21,7 +21,7 @@ export const useMenuContent = (): MenuSection[] => {
{
title: t('common.company'),
items: [
{ label: t('common.careers'), href: 'https://boards.greenhouse.io/uniswaplabs' },
{ label: t('common.careers'), href: 'https://careers.uniswap.org/' },
{ label: t('common.blog'), href: 'https://blog.uniswap.org/' },
],
},
......
......@@ -4,7 +4,7 @@ const companyMenu = [
{
label: 'Company',
items: [
{ label: 'Careers', href: 'https://boards.greenhouse.io/uniswaplabs' },
{ label: 'Careers', href: 'https://careers.uniswap.org/' },
{ label: 'Blog', href: 'https://blog.uniswap.org/' },
],
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment