Skip to content

Commit 2a51ef3

Browse files
authored
Clean up footer (#16239)
remove careers nav item
1 parent d8ef995 commit 2a51ef3

File tree

4 files changed

+0
-17
lines changed

4 files changed

+0
-17
lines changed

packages/ui/lib/configs/guides.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,6 @@ const GUIDES_FOOTER = {
6868
label: 'Roadmap',
6969
url: 'https://docs.unlock-protocol.com/governance/roadmap/',
7070
},
71-
{
72-
label: 'Careers',
73-
url: 'https://www.notion.so/unlockprotocol/Unlock-Jobs-907811d15c4d490091eb298f71b0954c',
74-
},
7571
],
7672
},
7773
{

packages/ui/lib/configs/showcase.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,6 @@ const SHOWCASE_FOOTER = {
6969
label: 'Roadmap',
7070
url: 'https://docs.unlock-protocol.com/governance/roadmap/',
7171
},
72-
{
73-
label: 'Careers',
74-
url: 'https://www.notion.so/unlockprotocol/Unlock-Jobs-907811d15c4d490091eb298f71b0954c',
75-
},
7672
],
7773
},
7874
{

unlock-app/src/components/interface/layouts/index/DashboardFooter.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
'use client'
2-
import React from 'react'
32
import { EMAIL_SUBSCRIPTION_FORM } from '~/constants'
43
import { config } from '~/config/app'
54
import { Footer } from '@unlock-protocol/ui'
@@ -44,10 +43,6 @@ export const FOOTER = {
4443
label: 'Roadmap',
4544
url: 'https://docs.unlock-protocol.com/governance/roadmap/',
4645
},
47-
{
48-
label: 'Careers',
49-
url: 'https://www.notion.so/unlockprotocol/Unlock-Jobs-907811d15c4d490091eb298f71b0954c',
50-
},
5146
],
5247
},
5348
{

unlock-protocol-com/src/components/layout/DefaultLayout.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -218,10 +218,6 @@ export function Layout({ children }: Props) {
218218
label: 'Roadmap',
219219
url: 'https://docs.unlock-protocol.com/governance/roadmap/',
220220
},
221-
{
222-
label: 'Careers',
223-
url: 'https://www.notion.so/unlockprotocol/Unlock-Jobs-907811d15c4d490091eb298f71b0954c',
224-
},
225221
{
226222
label: 'Media Kit',
227223
url: 'https://unlockprotocol.notion.site/Press-Kit-35836bdcc88f400eb5bb429c477c3333',

0 commit comments

Comments
 (0)