Skip to content

Commit fbf6dce

Browse files
committed
watering ranking title
1 parent d7f865d commit fbf6dce

File tree

1 file changed

+1
-1
lines changed
  • src/components/Sidebar/SidebarStatistics

1 file changed

+1
-1
lines changed

src/components/Sidebar/SidebarStatistics/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const SidebarStatistics: FC = () => {
1515

1616
return (
1717
<Wrapper>
18-
<SidebarTitle>Top-Gießende 2024</SidebarTitle>
18+
<SidebarTitle>Gieß-Ranking 2024</SidebarTitle>
1919
{(statisticsJson || []).map(user => (
2020
<SmallParagraph>{((user.pos < 10) ? '00' : ((user.pos < 100) ? '0' : '')) + user.pos}. {user.username} ({user.liter} Liter)</SmallParagraph>
2121
))}

0 commit comments

Comments
 (0)