From a3ff8bff9f42f417a2eba26c7cb5b889c90a4f23 Mon Sep 17 00:00:00 2001 From: Wanjohi Date: Fri, 10 Jan 2025 23:23:18 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9C=20fix(www):=20Fix=20the=20random?= =?UTF-8?q?=20avatars?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/www/src/routes/home/index.tsx | 2 +- packages/ui/src/home-nav-bar.tsx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/www/src/routes/home/index.tsx b/apps/www/src/routes/home/index.tsx index 431c243c..d6464674 100644 --- a/apps/www/src/routes/home/index.tsx +++ b/apps/www/src/routes/home/index.tsx @@ -151,7 +151,7 @@ export default component$(() => { maskImage: `url('data:image/svg+xml,'),url('data:image/svg+xml,')` }} > - + ))} diff --git a/packages/ui/src/home-nav-bar.tsx b/packages/ui/src/home-nav-bar.tsx index dee53b37..cee4bac8 100644 --- a/packages/ui/src/home-nav-bar.tsx +++ b/packages/ui/src/home-nav-bar.tsx @@ -59,7 +59,7 @@ export const HomeNavBar = component$(() => { - {actions.map((action, key) => ( + {actions.map((action) => ( { {action.label} -
+ {/*
{key + 1} -
+
*/}
))}