diff --git a/components/Navbar.jsx b/components/Navbar.jsx
index 1d4a227..8f10f8c 100644
--- a/components/Navbar.jsx
+++ b/components/Navbar.jsx
@@ -9,15 +9,20 @@ export default function Navbar() {
Nav
{status === "authenticated" ? (
-
+ <>
+ {window.location.pathname === "/events/event1/teamCode" && (
+
+ )}
+
+ >
) : (
-
+
)}
);