From ba16ef7446bc629dbda5230f00a980429fc52865 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 12:48:16 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 7e6b0cb..ed69e01 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -43,13 +43,12 @@ function ShopPageContent() { { name: "Shop", id: "/shop" }, ]; - const iconMap = { Twitter, Instagram, Youtube, Facebook }; const socialLinks = [ - { icon: "Twitter", href: "https://twitter.com/audisport", ariaLabel: "Twitter" }, - { icon: "Instagram", href: "https://www.instagram.com/audisport", ariaLabel: "Instagram" }, - { icon: "Youtube", href: "https://www.youtube.com/audisport", ariaLabel: "YouTube" }, - { icon: "Facebook", href: "https://www.facebook.com/audisport", ariaLabel: "Facebook" } - ].map(link => ({ ...link, icon: iconMap[link.icon] })); + { icon: Twitter, href: "https://twitter.com/audisport", ariaLabel: "Twitter" }, + { icon: Instagram, href: "https://www.instagram.com/audisport", ariaLabel: "Instagram" }, + { icon: Youtube, href: "https://www.youtube.com/audisport", ariaLabel: "YouTube" }, + { icon: Facebook, href: "https://www.facebook.com/audisport", ariaLabel: "Facebook" } + ]; return (