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) => (
+
+ ))}