diff --git a/client/App.tsx b/client/App.tsx
index 7504b31d..41c4fa7c 100644
--- a/client/App.tsx
+++ b/client/App.tsx
@@ -546,15 +546,15 @@ const App = () => (
element={}
/>
- {/* Staff Pages Routes */}
- } />
- } />
- } />
- } />
- } />
- } />
- } />
- } />
+ {/* Staff Pages Routes - Protected */}
+ } />
+ } />
+ } />
+ } />
+ } />
+ } />
+ } />
+ } />
{/* Explicit 404 route for static hosting fallbacks */}
} />