From 91bddee063cbdb5bbc1f967d90e8e97e1a370a62 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 13:46:37 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }, ];