Skip to content

Commit

Permalink
fix: update sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalCodes committed Jun 4, 2024
1 parent 3149b8b commit 1af0fb0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
7 changes: 0 additions & 7 deletions src/assets/data/SponsorsContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,6 @@ import jis from "../images/SponsorImages/jis.png";
// import zeeve from "../images/SponsorImages/zeeve.webp";

const sponsors = {
Platinum: [
{
name: "Circle",
img: circle,
link: "https://www.circle.com/",
},
],
Gold: [
{
name: "Github",
Expand Down
11 changes: 0 additions & 11 deletions src/components/private/sponsors/Sponsors.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,6 @@ const Sponsors = () => {
<div className="sponsors__parent" id="sponsors">
<Header {...HeaderData.sponsors} />

<div className="sponsors__container platinum_container">
<h1>Platinum Sponsor</h1>
<div className="sponsors__flexbox">
{sponsors["Platinum"].map((item, index) => {
return (
<SingleSponsors key={index} sponsor={item} type="platinum" />
);
})}
</div>
</div>

<div className="sponsors__container gold_container">
<h1>Gold Sponsors</h1>
<div className="sponsors__flexbox">
Expand Down

0 comments on commit 1af0fb0

Please sign in to comment.