Skip to content

Commit

Permalink
Remove index page
Browse files Browse the repository at this point in the history
  • Loading branch information
songquanpeng committed Nov 5, 2022
1 parent 12f3194 commit 9daa44f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion web/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function App() {
path="/"
element={
<Suspense fallback={<Loading></Loading>}>
<Home />
<About />
</Suspense>
}
/>
Expand Down
5 changes: 0 additions & 5 deletions web/src/components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ const headerButtons = [
to: '/setting',
icon: 'setting',
},
{
name: '关于',
to: '/about',
icon: 'info circle',
},
];

const Header = () => {
Expand Down

0 comments on commit 9daa44f

Please sign in to comment.