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 (
-
+
diff --git a/components/Nav.tsx b/components/Nav.tsx index 16aa723..acd0b68 100644 --- a/components/Nav.tsx +++ b/components/Nav.tsx @@ -55,7 +55,7 @@ export default function Nav() {
GitHub Slack