From 8cc5a8b9e68cb55afe62129c3caed3d8cee61a21 Mon Sep 17 00:00:00 2001 From: Wanjohi <71614375+wanjohiryan@users.noreply.github.com> Date: Fri, 6 Sep 2024 23:21:33 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20Fix=20the=20hover=20event?= =?UTF-8?q?=20on=20footer=20links?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/ui/src/footer.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/ui/src/footer.tsx b/packages/ui/src/footer.tsx index 80dd8c61..e8c464cd 100644 --- a/packages/ui/src/footer.tsx +++ b/packages/ui/src/footer.tsx @@ -67,29 +67,29 @@ export const Footer = component$(() => {

Product

-
- Pricing - Changelog +
+ Pricing + Changelog

Docs

Company

-
- Contact Us +
+ Contact Us

Open Nestri

Blog

Relations

-
- Terms of Service - Privacy Policy +
+ Terms of Service + Privacy Policy {/**Social Media Icons with Links */}
{socialMedia.map((item) => ( - + {item.icon()} ))}