Fix foundation sub-routes to use /foundation instead of /community
cgen-f16d3f7bd9874fde95bbd8f777102d0d
This commit is contained in:
parent
43cf6d148c
commit
6593fdc045
1 changed files with 3 additions and 3 deletions
|
|
@ -222,15 +222,15 @@ const App = () => (
|
|||
|
||||
<Route path="/foundation" element={<Foundation />} />
|
||||
<Route
|
||||
path="/community/contribute"
|
||||
path="/foundation/contribute"
|
||||
element={<FoundationContribute />}
|
||||
/>
|
||||
<Route
|
||||
path="/community/learn-more"
|
||||
path="/foundation/learn-more"
|
||||
element={<FoundationLearnMore />}
|
||||
/>
|
||||
<Route
|
||||
path="/community/get-involved"
|
||||
path="/foundation/get-involved"
|
||||
element={<FoundationGetInvolved />}
|
||||
/>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue