From 8fa72dccce21cf0bce6d650ca7937e3c3b85d3c2 Mon Sep 17 00:00:00 2001
From: Alex Reed
Date: Tue, 26 Jul 2022 10:24:19 +0200
Subject: [PATCH] add key prop to docs list items
---
starters/gatsby-starter-minimal-ts/src/pages/index.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/starters/gatsby-starter-minimal-ts/src/pages/index.tsx b/starters/gatsby-starter-minimal-ts/src/pages/index.tsx
index fc1b356c06b5d..1299e9e7b02e7 100644
--- a/starters/gatsby-starter-minimal-ts/src/pages/index.tsx
+++ b/starters/gatsby-starter-minimal-ts/src/pages/index.tsx
@@ -154,7 +154,7 @@ const IndexPage = () => {
{docLinks.map(doc => (
- -
+
-