Add a short summary and two charts

This commit is contained in:
NilsUeter
2025-04-05 17:59:28 +02:00
parent ff0d3111ba
commit b586f59109
5 changed files with 302 additions and 10 deletions
+2
View File
@@ -214,6 +214,7 @@ function App() {
return (
<div
id="js_app"
className="App"
style={{
"--primary-color": primaryColor,
@@ -437,6 +438,7 @@ function App() {
roster={roster}
onePerPage={onePerPage}
colorUserChoice={colorUserChoice}
primaryColor={primaryColor}
/>
)}