Update src/app/shop/page.tsx
This commit is contained in:
@@ -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" },
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user