mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-08 12:16:12 -05:00
clarified to "tournament results"
This commit is contained in:
@@ -81,7 +81,7 @@ const Stats: React.FC = () => {
|
||||
{getStatString(stats.tournament_count)}{" "}
|
||||
<Link to="/tournaments">
|
||||
<Box as="span" color={themeColorWithShade}>
|
||||
tournaments' data
|
||||
tournament results
|
||||
</Box>
|
||||
</Link>
|
||||
</Box>
|
||||
|
||||
@@ -143,7 +143,11 @@ export const SideNavContent: React.FC<SideNavProps> = ({ showLogo = true }) => {
|
||||
<NavItem to="calendar" Icon={FaCalendarAlt} title="Calendar" />
|
||||
<NavItem to="builds" Icon={FaTshirt} title="Builds" />
|
||||
<NavItem to="freeagents" Icon={FaUserSecret} title="Free Agents" />
|
||||
<NavItem to="tournaments" Icon={FaTrophy} title="Tournaments" />
|
||||
<NavItem
|
||||
to="tournaments"
|
||||
Icon={FaTrophy}
|
||||
title="Tournament Results"
|
||||
/>
|
||||
<NavItem to="xsearch" Icon={FaListOl} title="Top 500 Browser" />
|
||||
{data?.user?.plus?.membership_status && (
|
||||
<NavItem to="plus" Icon={FaPlus} title="Plus Server" />
|
||||
|
||||
Reference in New Issue
Block a user