Skip to content

Commit

Permalink
add image to linktree
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelssavage committed Jul 11, 2024
1 parent cf2c4f3 commit a2d1e6c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/arrays/linktree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ export interface LinkProps {
}

export const linkList: LinkProps[] = [
{
{
title: "Plus One - Zero Chance",
img: "/premieres/86-plus-one.jpg",
link: "https://soundcloud.com/plantbassdworld/5-zero-chance-wav",
name: "premieres",
description: "Dubby dancehall from Plus One on Galways budding Ar Ais Aris",
Expand All @@ -20,14 +21,16 @@ export const linkList: LinkProps[] = [
img: "/premieres/85-capon.jpg",
link: "https://on.soundcloud.com/eCqyn",
name: "premieres",
description: "Our featured premiere comes from Capon, with the menacing 'Ancient Energy' which surges off a pacing breaks foundation.",
description:
"Our featured premiere comes from Capon, with the menacing 'Ancient Energy' which surges off a pacing breaks foundation.",
},
{
title: "LS - Missille Eliott (Tripalium Corp)",
img: "/premieres/84-ls.jpg",
link: "https://soundcloud.com/plantbassdworld/premiere-ls-missille-eliott-tripalium-corp",
name: "premieres",
description: "Ethos Records founder LS who reinvigorates Missy Elliot's classic 'Get Ur Freak On', with a glitching low end blitzer filled with shadowing breaks and electrified pads.",
description:
"Ethos Records founder LS who reinvigorates Missy Elliot's classic 'Get Ur Freak On', with a glitching low end blitzer filled with shadowing breaks and electrified pads.",
},
{
title: "Under The Radar - May",
Expand Down

0 comments on commit a2d1e6c

Please sign in to comment.