Skip to content

Commit

Permalink
fix: cfm
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalCodes committed Jun 6, 2024
1 parent 0a40f6c commit b7c95e5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,17 @@ const App = () => {
/>
}
/>
<Route
exact
path="/call-for-mentors"
element={
<Forward
pathname={"/call-for-mentors"}
title={"Call for Mentors"}
url={"https://lu.ma/9fkggmb3"}
/>
}
/>
<Route exact path="/register" element={<Register />} />
<Route exact path="/coc" element={<CodeofConduct />} />
<Route exact path="/brand" element={<Brand />} />
Expand Down

0 comments on commit b7c95e5

Please sign in to comment.