clarified to "tournament results"

This commit is contained in:
Sendou
2020-03-09 17:20:52 +02:00
parent e1d02ea60e
commit c38ef124dd
2 changed files with 6 additions and 2 deletions

View File

@@ -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>

View File

@@ -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" />