Skip to content

Commit 10ee0ca

Browse files
committed
feat: 隐藏博客按钮
1 parent 0d6171b commit 10ee0ca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/demo/src/pages/home/index.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ const navigatorList = [
1212
text: '组件',
1313
path: '/components',
1414
},
15-
{
16-
text: '博客',
17-
path: '/blogs',
18-
},
15+
// {
16+
// text: '博客',
17+
// path: '/blogs',
18+
// },
1919
];
2020

2121
const Home: React.FC = () => {

0 commit comments

Comments
 (0)