From 09783093a3e807b4e33fd77e986a8f70950ebbd9 Mon Sep 17 00:00:00 2001
From: kimizuy
Date: Sat, 16 Jul 2022 18:57:27 +0900
Subject: [PATCH] Fix 'Warning: Each child in a list should have a unique "key"
prop.'
---
src/pages/index.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index fc1b356..1299e9e 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -154,7 +154,7 @@ const IndexPage = () => {
{docLinks.map(doc => (
- -
+
-