From ba26e7c9e6b45b37bf2d212312099b5e0a5a5c3e Mon Sep 17 00:00:00 2001 From: julius Date: Wed, 21 May 2025 15:18:01 +0200 Subject: [PATCH] feat: bigger "Events" --- src/App.css | 1 + src/TeamPanel.tsx | 33 ++++++++++++++++----------------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/src/App.css b/src/App.css index 051bb35..1a165a8 100644 --- a/src/App.css +++ b/src/App.css @@ -722,6 +722,7 @@ button { } .events { + font-size: large; padding: 20px; ul > li { padding: 0; diff --git a/src/TeamPanel.tsx b/src/TeamPanel.tsx index 73a5d0e..3f96bd2 100644 --- a/src/TeamPanel.tsx +++ b/src/TeamPanel.tsx @@ -87,23 +87,22 @@ const TeamPanel = () => { justifyContent: "center", }} > - {players && - players.map((p) => ( - - ))} + {players.map((p) => ( + + ))}