Skip to content

Commit ef2bf74

Browse files
committed
update grafana link
1 parent 205e129 commit ef2bf74

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
@@ -30,7 +30,7 @@ const SidebarStatistics: FC = () => {
3030
<SmallParagraph>{((user.pos < 10) ? '00' : ((user.pos < 100) ? '0' : '')) + user.pos}. {user.username} ({user.liter} Liter)</SmallParagraph>
3131
))}
3232
<Paragraph>
33-
Mehr Statistiken gibt es <a target="_blank" href="https://joergreichert.github.io/gdk-opendata-plot/">hier</a> und <a target="_blank" href="https://dashboard.codeforleipzig.de/d/RQFRCgeGk/leipziggiesstpublic?orgId=3&from=1709247600000&to=now">hier</a>.
33+
Mehr Statistiken gibt es <a target="_blank" href="https://joergreichert.github.io/gdk-opendata-plot/">hier</a> und <a target="_blank" href="https://dashboard.codeforleipzig.de/d/RQFRCgeGk/leipziggiesstpublic?orgId=2&from=1709247600000&to=now">hier</a>.
3434
</Paragraph>
3535
</FlexCol>
3636
</>

0 commit comments

Comments
 (0)