completionId: cgen-a5ab2ce011284009a6c6c06c9a8f7072
cgen-a5ab2ce011284009a6c6c06c9a8f7072
This commit is contained in:
parent
2946a62264
commit
25623a0b45
1 changed files with 4 additions and 4 deletions
|
|
@ -220,17 +220,17 @@ const App = () => (
|
|||
/>
|
||||
<Route path="/consulting/contact-us" element={<CorpContactUs />} />
|
||||
|
||||
<Route path="/foundation" element={<Foundation />} />
|
||||
<Route path="/community" element={<Foundation />} />
|
||||
<Route
|
||||
path="/foundation/contribute"
|
||||
path="/community/contribute"
|
||||
element={<FoundationContribute />}
|
||||
/>
|
||||
<Route
|
||||
path="/foundation/learn-more"
|
||||
path="/community/learn-more"
|
||||
element={<FoundationLearnMore />}
|
||||
/>
|
||||
<Route
|
||||
path="/foundation/get-involved"
|
||||
path="/community/get-involved"
|
||||
element={<FoundationGetInvolved />}
|
||||
/>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue