Add Ethos Guild community route
cgen-8fb4f10ab98c489f8b796c2af9b8b5c2
This commit is contained in:
parent
44551c5dc7
commit
4df7fc43dd
1 changed files with 4 additions and 0 deletions
|
|
@ -407,6 +407,10 @@ const App = () => (
|
||||||
path="/community/mentor/:username"
|
path="/community/mentor/:username"
|
||||||
element={<MentorProfile />}
|
element={<MentorProfile />}
|
||||||
/>
|
/>
|
||||||
|
<Route
|
||||||
|
path="/community/groups/ethos"
|
||||||
|
element={<EthosGuild />}
|
||||||
|
/>
|
||||||
<Route path="/community/:tabId" element={<Community />} />
|
<Route path="/community/:tabId" element={<Community />} />
|
||||||
|
|
||||||
<Route path="/support" element={<Support />} />
|
<Route path="/support" element={<Support />} />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue