Skip to content

Commit

Permalink
added cat
Browse files Browse the repository at this point in the history
  • Loading branch information
mitesh-200228 committed Feb 22, 2022
1 parent e8e902e commit d3998e4
Showing 1 changed file with 3 additions and 23 deletions.
26 changes: 3 additions & 23 deletions src/components/pages/spons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ function Spons() {
</div>

</div>
{/* <div className="card__collection">
<div className="card__collection">
<div className="flexx">
<p id="sponsro">IDP Sponsor</p>
<div className="card" id="photo">
Expand All @@ -259,28 +259,8 @@ function Spons() {
</div>
</div>

<div className="flexx">
<p id="sponsro">Platform Sponsor</p>
<div className="card" id="photo">
<a href="https://mavex.club/">
<img
src={MB}
className="img-responsive"
alt=""
style={
theme == "black"
? {
filter: "invert(1)",
}
: {
filter: "invert(0)",
}
}
/>
</a>
</div>
</div>
</div> */}

</div>
<p id="sponsro1">Prize Money Sponsor</p>

<div className="flexx">
Expand Down

0 comments on commit d3998e4

Please sign in to comment.