From 990460d7cfb57207be5caba1f22ad7858d6a0017 Mon Sep 17 00:00:00 2001 From: daniyal Date: Tue, 10 Sep 2024 22:38:14 +0500 Subject: [PATCH] chore: add keys to list elements in home page --- src/pages/home.tsx | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/pages/home.tsx b/src/pages/home.tsx index 243f58f..944ba23 100644 --- a/src/pages/home.tsx +++ b/src/pages/home.tsx @@ -48,7 +48,10 @@ export const HomePage = () => { loop > {LANDING_PAGE_DATA.featuredSlider.map((naddr) => ( - + ))} @@ -65,7 +68,11 @@ export const HomePage = () => {
{LANDING_PAGE_DATA.featuredGames.map((game) => ( - + ))}