Skip to content

Commit

Permalink
update header
Browse files Browse the repository at this point in the history
  • Loading branch information
634750802 committed Jul 15, 2024
1 parent 4a1803a commit 5a02f28
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 27 deletions.
9 changes: 0 additions & 9 deletions packages/site-components/src/components/footer/footer-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,15 +150,6 @@ export const sections: SectionData[] = [
newWindow: true,
},
},
{
key: 'jobs',
title: '工作机会',
config: {
site: Site.others,
url: 'https://tidb-jobs.pingcap.com',
newWindow: true,
},
},
{
key: 'code of conduct',
title: '社区准则',
Expand Down
18 changes: 0 additions & 18 deletions packages/site-components/src/components/header/menu-items.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,15 +149,6 @@ export const navItems: NavItem[] = [
},
]
},
{
key: 'jobs',
title: '工作机会',
config: {
site: Site.others,
url: 'https://tidb-jobs.pingcap.com/',
newWindow: true
}
},
{
key: 'principal',
title: '社区准则',
Expand All @@ -167,13 +158,4 @@ export const navItems: NavItem[] = [
newWindow: true
}
},
{
key: 'contact us',
title: '联系我们',
config: {
site: Site.home,
url: '/contact-us',
newWindow: true,
},
},
]

0 comments on commit 5a02f28

Please sign in to comment.