We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7f865d commit fbf6dceCopy full SHA for fbf6dce
src/components/Sidebar/SidebarStatistics/index.tsx
@@ -15,7 +15,7 @@ const SidebarStatistics: FC = () => {
15
16
return (
17
<Wrapper>
18
- <SidebarTitle>Top-Gießende 2024</SidebarTitle>
+ <SidebarTitle>Gieß-Ranking 2024</SidebarTitle>
19
{(statisticsJson || []).map(user => (
20
<SmallParagraph>{((user.pos < 10) ? '00' : ((user.pos < 100) ? '0' : '')) + user.pos}. {user.username} ({user.liter} Liter)</SmallParagraph>
21
))}
0 commit comments