From 56639010e8e9f91f408e5a78bf5c81aff0229fd8 Mon Sep 17 00:00:00 2001 From: Petri Partio Date: Wed, 25 Sep 2024 23:35:00 +0300 Subject: [PATCH] style: run prettier --- components/ChannelGrid.tsx | 2 +- components/FeatureImage.tsx | 6 +++--- components/Footer.tsx | 2 +- components/Form.tsx | 2 +- components/Nav.tsx | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/components/ChannelGrid.tsx b/components/ChannelGrid.tsx index bf9025d..b4d9090 100644 --- a/components/ChannelGrid.tsx +++ b/components/ChannelGrid.tsx @@ -18,7 +18,7 @@ export default function ChannelGrid({ channels }: { channels: Channel[] }) { className="absolute bottom-0 left-0 right-0 top-0 z-10 m-px rounded-[8px] bg-[#2c0c33]" style={{ WebkitMask: 'linear-gradient(to bottom, rgba(0,0,0,.9), rgba(0,0,0,0))' }} > -
+
+
- {alt} + {alt}
); } diff --git a/components/Footer.tsx b/components/Footer.tsx index 26e5758..0e96370 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -3,7 +3,7 @@ import Image from 'next/image'; export default function Footer() { return (
-
+