Skip to content

Commit

Permalink
fix: sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalCodes committed Jun 12, 2024
1 parent aa88181 commit 69fdff6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/assets/data/SponsorsContent.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import devcon from "../images/SponsorImages/devcon.png";
import filecoin from "../images/SponsorImages/filecoin.png";
import github from "../images/SponsorImages/github.png";
import graph from "../images/SponsorImages/graph.png";
import hackquest from "../images/SponsorImages/hackquest.png";
import xyz from "../images/SponsorImages/xyz.png";
import router from "../images/SponsorImages/router.png";
import jis from "../images/SponsorImages/jis.png";
import gdg from "../images/SponsorImages/gdg.png";

const sponsors = {
Platinum: [
Expand All @@ -21,11 +21,7 @@ const sponsors = {
img: github,
link: "https://github.com/",
},
{
name: "Graph",
img: graph,
link: "https://thegraph.com/",
},

{
name: "HackQuest",
img: hackquest,
Expand All @@ -45,6 +41,11 @@ const sponsors = {
img: router,
link: "https://www.routerprotocol.com/",
},
{
name: "GDG Cloud Kolkata",
img: gdg,
link: "https://ccd2024.gdgcloudkol.org/",
},
],
Domain: [
{
Expand Down
Binary file added src/assets/images/SponsorImages/gdg.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/SponsorImages/graph.png
Binary file not shown.

0 comments on commit 69fdff6

Please sign in to comment.