completionId: cgen-a5ab2ce011284009a6c6c06c9a8f7072

cgen-a5ab2ce011284009a6c6c06c9a8f7072
This commit is contained in:
Builder.io 2025-11-07 21:47:00 +00:00
parent 2946a62264
commit 25623a0b45

View file

@ -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 />}
/>