Switch Portal to Realms route and nav

cgen-97d2417beb96407ba44f0a6d79094411
This commit is contained in:
Builder.io 2025-10-18 21:27:49 +00:00
parent baa0aeef52
commit 44cfb298f7

View file

@ -58,7 +58,8 @@ import SignupRedirect from "./pages/SignupRedirect";
import MentorshipRequest from "./pages/community/MentorshipRequest"; import MentorshipRequest from "./pages/community/MentorshipRequest";
import MentorApply from "./pages/community/MentorApply"; import MentorApply from "./pages/community/MentorApply";
import Staff from "./pages/Staff"; import Staff from "./pages/Staff";
import Portal from "./pages/Portal"; import Realms from "./pages/Realms";
const queryClient = new QueryClient(); const queryClient = new QueryClient();
@ -74,7 +75,7 @@ const App = () => (
<Route path="/" element={<Index />} /> <Route path="/" element={<Index />} />
<Route path="/onboarding" element={<Onboarding />} /> <Route path="/onboarding" element={<Onboarding />} />
<Route path="/dashboard" element={<Dashboard />} /> <Route path="/dashboard" element={<Dashboard />} />
<Route path="/portal" element={<Portal />} /> <Route path="/realms" element={<Realms />} />
<Route path="/admin" element={<Admin />} /> <Route path="/admin" element={<Admin />} />
<Route path="/feed" element={<Feed />} /> <Route path="/feed" element={<Feed />} />
<Route path="/teams" element={<Teams />} /> <Route path="/teams" element={<Teams />} />