diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 9828595..ad5e1cc 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -34,7 +34,7 @@ export default function ShopPage() { const socialLinks = [ { icon: Instagram, href: "https://instagram.com/umbra", ariaLabel: "Instagram" }, { icon: Twitter, href: "https://twitter.com/umbra", ariaLabel: "Twitter" }, - { icon: TikTok, href: "https://tiktok.com/@umbra", ariaLabel: "TikTok" }, + { icon: TikTok as any, href: "https://tiktok.com/@umbra", ariaLabel: "TikTok" }, { icon: Youtube, href: "https://youtube.com/@umbra", ariaLabel: "YouTube" }, ];