Skip to content

Commit

Permalink
add slug
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier-Charles committed Oct 20, 2023
1 parent 2e5e5e6 commit 2155a2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/home/partnersData.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,14 +118,14 @@ const partners = [
id: "15",
img: ethereumClassic,
partner: "Ethereum Classic",
slug: undefined,
slug: "ethereumclassic",
size: "w-[90px]",
},
{
id: "16",
img: oceanProtocol,
partner: "Ccean Protocol",
slug: undefined,
partner: "Ocean Protocol",
slug: "oceanprotocol",
size: "w-[90px]",
},
];
Expand Down

0 comments on commit 2155a2b

Please sign in to comment.