Skip to content

Commit

Permalink
Merge pull request #1651 from dfinity/andrew/nft-changes
Browse files Browse the repository at this point in the history
Changed NFT images
  • Loading branch information
csepreghy authored Jul 6, 2023
2 parents 64ccb2e + e280a38 commit ee84277
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions src/pages/nft.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,19 @@ import LinkArrowRight from "../components/Common/Icons/LinkArrowRight";
import TranslatedLayout from "../components/Common/TranslatedLayout/TranslatedLayout";

const largeNfts: { url: string; title: string; imageUrl: string }[] = [
{ imageUrl: "/img/nft/boxydude.webp", title: "", url: "" },
{ imageUrl: "/img/nft/btcflower.webp", title: "", url: "" },
{ imageUrl: "/img/nft/cosmic-birth.webp", title: "", url: "" },
{ imageUrl: "/img/nft/creator-gloves.webp", title: "", url: "" },
{ imageUrl: "/img/nft/boxydude.webp", title: "", url: "" },
{ imageUrl: "/img/nft/icbucks.webp", title: "", url: "" },
{ imageUrl: "/img/nft/cubetopia-2.webp", title: "", url: "" },
{ imageUrl: "/img/nft/colorful-abstracts.webp", title: "", url: "" },
{ imageUrl: "/img/nft/icflowers.webp", title: "", url: "" },
{ imageUrl: "/img/nft/creator-gloves.webp", title: "", url: "" },
{ imageUrl: "/img/nft/ickitties.webp", title: "", url: "" },
{ imageUrl: "/img/nft/icmoji.webp", title: "", url: "" },
];

const smallNfts: { url: string; title: string; imageUrl: string }[] = [
{ imageUrl: "/img/nft/ickitties.webp", title: "", url: "" },
{ imageUrl: "/img/nft/icmoji.webp", title: "", url: "" },

{ imageUrl: "/img/nft/icpets.webp", title: "", url: "" },
{ imageUrl: "/img/nft/icpunks.webp", title: "", url: "" },
{ imageUrl: "/img/nft/icpuppies.webp", title: "", url: "" },
{ imageUrl: "/img/nft/moonwalker.webp", title: "", url: "" },
{ imageUrl: "/img/nft/eimolad.webp", title: "", url: "" },
Expand Down
Binary file added static/img/nft/colorful-abstracts.webp
Binary file not shown.
Binary file removed static/img/nft/icpets.webp
Binary file not shown.
Binary file removed static/img/nft/icpunks.webp
Binary file not shown.

0 comments on commit ee84277

Please sign in to comment.