Skip to content

Commit 6356143

Browse files
authored
fix: fix typo (#52)
1 parent 27fc4dd commit 6356143

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

packages/common/src/config/header.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ const menuItems = [
5252
isUnderline: createIsUnderline('/opentiny-design/tiny-robot')
5353
},
5454
{
55-
name: 'Next-SDKs',
55+
name: 'NEXT-SDKs',
5656
desc: '开发套件',
57-
url: '/opentiny-design/next-sdks',
57+
url: '/opentiny-design/next-sdk',
5858
logo: tinySdks,
5959
hide: false,
6060
github: 'https://github.com/opentiny/next-sdk',
6161
children: [],
62-
isUnderline: createIsUnderline('/opentiny-design/next-sdks')
62+
isUnderline: createIsUnderline('/opentiny-design/next-sdk')
6363
},
6464
{
6565
name: 'AI-Extension',

packages/home/src/router.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ export const rootRoutes = [
6363
meta: { title: geneTitle('') }
6464
},
6565
{
66-
path: 'next-sdks',
66+
path: 'next-sdk',
6767
component: nextSdksHome,
68-
name: 'next-sdks',
68+
name: 'next-sdk',
6969
meta: { title: geneTitle('') }
7070
},
7171
{

0 commit comments

Comments
 (0)