From 2059d972ef731cdca4537f2d94c2b786c5ea6824 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 03:33:35 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20[code=20health]:=20use=20feature?= =?UTF-8?q?=20title=20as=20react=20key?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: sunnylqm <615282+sunnylqm@users.noreply.github.com> --- site/components/home/Page1.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/components/home/Page1.tsx b/site/components/home/Page1.tsx index e044e760..597b7fce 100644 --- a/site/components/home/Page1.tsx +++ b/site/components/home/Page1.tsx @@ -74,9 +74,9 @@ function Page1() {
- {features.map((feature, index) => ( + {features.map((feature) => (
{/* Top Gradient Border Line on Hover */}