Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier-Charles committed Oct 18, 2023
1 parent dbf6608 commit 2849996
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 3 additions & 1 deletion src/components/home/Partners.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ function Partners() {
return (
<figure
key={item.id}
className={`flex justify-center`}
className={`flex justify-center ${
item.id === "13" ? "col-[1/-1] h-24" : ""
}`}
>
<a
target="_blank"
Expand Down
8 changes: 0 additions & 8 deletions src/components/home/partnersData.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import theGraph from "../../images/partners/theGraph.png";
import zcash from "../../images/partners/zcash.png";
import verasity from "../../images/partners/verasity.png";
import sia from "../../images/partners/sia.png";
import chiliz from "../../images/partners/chiliz.png";

const partners = [
{
Expand Down Expand Up @@ -105,13 +104,6 @@ const partners = [
slug: "zcash",
size: "w-[90px]",
},
{
id: "14",
img: chiliz,
partner: "Chiliz",
slug: "chiliz",
size: "w-[90px]",
},
];

export { partners };
Binary file removed src/images/partners/chiliz.png
Binary file not shown.

0 comments on commit 2849996

Please sign in to comment.