diff --git a/components/Main/Gigs/Gigs.tsx b/components/Main/Gigs/Gigs.tsx index 4dcc7373..8a80673f 100644 --- a/components/Main/Gigs/Gigs.tsx +++ b/components/Main/Gigs/Gigs.tsx @@ -1,5 +1,5 @@ -import Image from "next/legacy/image"; import Link from "next/link"; +import { CldImage } from "next-cloudinary"; import { Picture } from "components/Picture"; import Header from "components/Header"; import { Button } from "components/Button"; @@ -24,7 +24,7 @@ export const Gigs = ({ gigs }: Props) => {
- {gigs[0].frontmatter.title} { const css: CSSProperties = { maxWidth: "100%", height: "auto", objectFit: "contain" }; const myStyle = { ...css, ...style }; return ( - {alt} 🌱 - +

(Pictured: Lo Chi DJing)

diff --git a/posts/top-ten-releases/michael-22-12-22.mdx b/posts/top-ten-releases/michael-22-12-22.mdx index 344aeae8..dcdac138 100644 --- a/posts/top-ten-releases/michael-22-12-22.mdx +++ b/posts/top-ten-releases/michael-22-12-22.mdx @@ -16,7 +16,7 @@ intro: "Plant Bass'd co-founder, Michael, shares his 2022 roundup of leftfield b
- +
diff --git a/public/mixes/michael.png b/public/mixes/michael.png deleted file mode 100644 index 54a8ff41..00000000 Binary files a/public/mixes/michael.png and /dev/null differ diff --git a/public/mixes/oisin.jpg b/public/mixes/oisin.jpg deleted file mode 100644 index 3d869842..00000000 Binary files a/public/mixes/oisin.jpg and /dev/null differ diff --git a/public/news/39-summerJam.webp b/public/news/39-summerJam.webp deleted file mode 100644 index 2397783e..00000000 Binary files a/public/news/39-summerJam.webp and /dev/null differ