diff --git a/attached_assets/image_1772899069950.png b/attached_assets/image_1772899069950.png new file mode 100644 index 0000000..f5e8272 Binary files /dev/null and b/attached_assets/image_1772899069950.png differ diff --git a/client/src/components/footer.tsx b/client/src/components/footer.tsx index 2d70d29..c915918 100644 --- a/client/src/components/footer.tsx +++ b/client/src/components/footer.tsx @@ -8,10 +8,10 @@ const SOCIAL_LINKS = [ { href: "https://www.tiktok.com/@folxtv", icon: SiTiktok, label: "TikTok", testId: "link-social-tiktok" }, ]; -export default function Footer() { +export default function Footer({ narrow }: { narrow?: boolean }) { return (