diff --git a/src/components/Navigation.tsx b/src/components/Navigation.tsx
index 2235fe1..3bf6d59 100644
--- a/src/components/Navigation.tsx
+++ b/src/components/Navigation.tsx
@@ -48,13 +48,27 @@ export default function Navigation() {
>
Tournaments
- {userRole === "club_admin" && (
-
- Admin
-
+ {(userRole === "club_admin" || userRole === "site_admin") && (
+ <>
+
+ Admin
+
+
+ Players
+
+
+ Upload Matches
+
+ >
)}
>
)}