Skip to content

Commit

Permalink
fix: fix the inconsistency between the sidebar and the title
Browse files Browse the repository at this point in the history
  • Loading branch information
houhongxu committed Mar 14, 2024
1 parent ae53c23 commit 137180d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/sidebarLearn.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"path": "/learn/start-a-new-react-project"
},
{
"title": "将 React 添加到已有项目中",
"title": "将 React 添加到现有项目中",
"path": "/learn/add-react-to-an-existing-project"
},
{
"title": "编辑器配置",
"title": "编辑器设置",
"path": "/learn/editor-setup"
},
{
Expand All @@ -51,12 +51,12 @@
"sectionHeader": "学习 React"
},
{
"title": "描述 UI",
"title": "描述用户界面",
"tags": [],
"path": "/learn/describing-the-ui",
"routes": [
{
"title": "第一个组件",
"title": "你的第一个组件",
"path": "/learn/your-first-component"
},
{
Expand Down

0 comments on commit 137180d

Please sign in to comment.