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}
- */}
))}