mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-12 05:35:16 -05:00
info route change
This commit is contained in:
parent
f7d97774ac
commit
6df4a2f864
2
react-ui/src/components/root/Footer.js
vendored
2
react-ui/src/components/root/Footer.js
vendored
|
|
@ -13,7 +13,7 @@ const Footer = () => {
|
|||
<List.Item as="a" href="https://discord.gg/J6NqUvt">
|
||||
<Icon name="discord" size="big" />
|
||||
</List.Item>
|
||||
<List.Item as={Link} to="/info">
|
||||
<List.Item as={Link} to="/about">
|
||||
<Icon name="info circle" size="big" />
|
||||
</List.Item>
|
||||
</List>
|
||||
|
|
|
|||
2
react-ui/src/components/root/Routes.js
vendored
2
react-ui/src/components/root/Routes.js
vendored
|
|
@ -69,7 +69,7 @@ const Routes = () => {
|
|||
<Route path="/u/:id">
|
||||
<UserPage />
|
||||
</Route>
|
||||
<Route path="/info">
|
||||
<Route path="/about">
|
||||
<InfoPage />
|
||||
</Route>
|
||||
<Route path="/404" render={() => <NotFound />} />
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user