Skip to content

Commit

Permalink
update header
Browse files Browse the repository at this point in the history
  • Loading branch information
634750802 committed Jul 7, 2024
1 parent 57f4e5c commit 66450a9
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions packages/site-components/src/components/header/menu-items.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,17 +73,26 @@ export const navItems: NavItem[] = [
},
{
key: 'asktug-ranking',
title: '排行榜',
title: '商业咨询',
config: {
site: Site.asktug,
url: '/x/ranking',
site: Site.home,
url: '/support',
newWindow: false
}
},
{
key: 'discover',
title: '发现',
children: [
{
key: 'asktug-ranking',
title: '排行榜',
config: {
site: Site.asktug,
url: '/x/ranking',
newWindow: false
}
},
{
key: 'tug',
title: 'TiDB User Group',
Expand Down

0 comments on commit 66450a9

Please sign in to comment.