Skip to content

Commit

Permalink
Update Row.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
zksquirrel authored Jan 21, 2025
1 parent 2198d44 commit a48a59f
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions src/components/Row/Row.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ import zechub from "../../assets/brand/ZecHub/JPG/ZecHubBlue.jpg";
import styles from "./Row.module.css";

const projects = [

{
title: "ECC",
description: "Electric Coin Co. (ECC) created and launched the Zcash digital currency in 2016.",
link: "/downloads/brand/ECC.zip",
imageUrl: ecc,
size: 200,
title: "Zcash",
description: "Zcash is a digital currency providing censorship resistant, secure & private payments",
link: "/downloads/brand/Zcash.zip",
imageUrl: zcash,
size: 240,
},
{
title: "Wallets",
Expand All @@ -23,13 +24,6 @@ const projects = [
imageUrl: wallet,
size: 150,
},
{
title: "Zcash",
description: "Zcash is a digital currency providing censorship resistant, secure & private payments",
link: "/downloads/brand/Zcash.zip",
imageUrl: zcash,
size: 240,
},
{
title: "Zcash Brasil",
description: "Brand Assets for the Zcash Brazil Ambassador Program",
Expand All @@ -44,6 +38,13 @@ const projects = [
imageUrl: zechub,
size: 200,
},
{
title: "ECC",
description: "Electric Coin Co. (ECC) created and launched the Zcash digital currency in 2016.",
link: "/downloads/brand/ECC.zip",
imageUrl: ecc,
size: 200,
},
];

const Row: React.FC = () => {
Expand Down

0 comments on commit a48a59f

Please sign in to comment.