mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-22 11:05:09 -05:00
info route change
This commit is contained in:
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 />} />
|
||||
|
||||
Reference in New Issue
Block a user