Skip to content

Commit

Permalink
ft. Community Logos Updated, added Route for Event Guide
Browse files Browse the repository at this point in the history
  • Loading branch information
sagnikmitra committed Jun 17, 2024
1 parent 8947971 commit 8d7477f
Show file tree
Hide file tree
Showing 10 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 @@ -39,6 +39,19 @@ const App = () => {
/>
}
/>
<Route
exact
path="/guide"
element={
<Forward
pathname={"/guide"}
title={"Guide"}
url={
"https://hack4bengal.notion.site/Hack4Bengal-3-0-Guide-3a4e84ca957746f29a5ac22990c3db74"
}
/>
}
/>
<Route
exact
path="/community"
Expand Down
2 changes: 1 addition & 1 deletion src/assets/data/SponsorsContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import gdsc_nsec from "../images/CommunityImages/gdsc_nsec.png";
import gdsc_msit from "../images/CommunityImages/gdsc_msit.png";
import bytemonk from "../images/CommunityImages/bytemonk.webp";
import resourcio_community from "../images/CommunityImages/resourcio_community.webp";
import os_community from "../images/CommunityImages/os_community.webp";
import os_community from "../images/CommunityImages/os_community.png";
import gdsc_fiem from "../images/CommunityImages/gdsc_fiem.png";
import skepsis from "../images/CommunityImages/skepsis.webp";
import noobcode from "../images/CommunityImages/noobcode.webp";
Expand Down
Binary file modified src/assets/images/CommunityImages/gdsc_fiem.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/assets/images/CommunityImages/gdsc_fiem.webp
Binary file not shown.
Binary file modified src/assets/images/CommunityImages/gdsc_msit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/assets/images/CommunityImages/gdsc_msit.webp
Binary file not shown.
Binary file modified src/assets/images/CommunityImages/gdsc_nsec.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/assets/images/CommunityImages/gdsc_nsec.webp
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/assets/images/CommunityImages/os_community.webp
Binary file not shown.

0 comments on commit 8d7477f

Please sign in to comment.