From 0a40f6c003c199236f574a70ff693f202eb62846 Mon Sep 17 00:00:00 2001 From: tamalCodes Date: Wed, 5 Jun 2024 10:56:53 +0530 Subject: [PATCH] fix: changes --- src/assets/data/SponsorsContent.js | 13 ++++++++----- src/assets/data/TestimonialContent.js | 2 +- src/components/private/sponsors/Sponsors.jsx | 10 ++++++++++ 3 files changed, 19 insertions(+), 6 deletions(-) diff --git a/src/assets/data/SponsorsContent.js b/src/assets/data/SponsorsContent.js index 1de172a..73d134b 100644 --- a/src/assets/data/SponsorsContent.js +++ b/src/assets/data/SponsorsContent.js @@ -25,17 +25,20 @@ import jis from "../images/SponsorImages/jis.png"; // import zeeve from "../images/SponsorImages/zeeve.webp"; const sponsors = { + Platinum: [ + { + name: "Filecoin", + img: filecoin, + link: "https://filecoin.io/", + }, + ], Gold: [ { name: "Github", img: github, link: "https://github.com/", }, - { - name: "Filecoin", - img: filecoin, - link: "https://filecoin.io/", - }, + { name: "Graph", img: graph, diff --git a/src/assets/data/TestimonialContent.js b/src/assets/data/TestimonialContent.js index dbbd9ff..ebe6ae5 100644 --- a/src/assets/data/TestimonialContent.js +++ b/src/assets/data/TestimonialContent.js @@ -87,7 +87,7 @@ const testimonials = [ github: "", email: "", testimonial: - "Kudos to Hack4Bengal for fostering innovation! As the Join Secretary of IT Ministry, I applaud the organizers for the seamless execution of Season 2 promising a bright future for Bengal's tech landscape.", + "Kudos to Hack4Bengal for fostering innovation! As the Joint Secretary of IT Ministry, I applaud the organizers for the seamless execution of Season 2 promising a bright future for Bengal's tech landscape.", }, ]; diff --git a/src/components/private/sponsors/Sponsors.jsx b/src/components/private/sponsors/Sponsors.jsx index 2e66437..81f0c6f 100644 --- a/src/components/private/sponsors/Sponsors.jsx +++ b/src/components/private/sponsors/Sponsors.jsx @@ -11,6 +11,16 @@ const Sponsors = () => {
+
+

Platinum Sponsor

+
+ {sponsors["Platinum"].map((item, index) => { + return ( + + ); + })} +
+

Gold Sponsors