Skip to content

Commit

Permalink
fix: changes to s4 applications
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalCodes committed Sep 23, 2024
1 parent 4852222 commit 48f46e9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,20 @@ const App = () => {
}
/>

<Route
exact
path="/apply"
element={
<Forward
pathname={"/apply"}
title={"S4 Applications"}
url={
"https://docs.google.com/forms/d/e/1FAIpQLScxL27u1UUIRi6L6I8GOpfSaLIJnW34_gfoL2_Lfy9xItgCYw/viewform"
}
/>
}
/>

<Route exact path="/coc" element={<CodeofConduct />} />
<Route exact path="/brand" element={<Brand />} />
<Route exact path="/tg" element={<Telegram />} />
Expand Down

0 comments on commit 48f46e9

Please sign in to comment.