diff --git a/app/routes/events-team.tsx b/app/routes/events-team.tsx
index 945a052..cbd7ef4 100644
--- a/app/routes/events-team.tsx
+++ b/app/routes/events-team.tsx
@@ -61,15 +61,15 @@ export default function () {
} spacing={4}>
FACT OF THE DAY
- {fotd ? Booked : Book}
+ {fotd ? "" : "Not"} Booked
GAMENIGHT
- {gamenight ? Booked : Book}
+ {gamenight ? "" : "Not"} Booked
QUESTION OF THE DAY
- {qotd ? Booked : Book}
+ {qotd ? "" : "Not"} Booked