Skip to content

Commit

Permalink
vol
Browse files Browse the repository at this point in the history
  • Loading branch information
sagnikmitra committed Sep 10, 2024
1 parent 7d688ef commit 8b0a4d8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,19 @@ 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="/howto"
Expand Down
2 changes: 1 addition & 1 deletion src/assets/data/TeamContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const teamMember = {
name: "Sagnik",
title: "SWE @Odessa",
linkedIn: "https://www.linkedin.com/in/sagnikmitra/",
twitter: "https://twitter.com/MitraSagnik",
twitter: "https://twitter.com/sagnikmitr",
},
{
img: shubham,
Expand Down

0 comments on commit 8b0a4d8

Please sign in to comment.