From 35933afc65f7a2c3e4cbc301e4e7bb539016148d Mon Sep 17 00:00:00 2001 From: Dan Willoughby Date: Fri, 18 Aug 2023 12:01:07 -0600 Subject: [PATCH] add key to tag-list --- src/components/TagLinks.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/components/TagLinks.js b/src/components/TagLinks.js index cd5e21e7d..dff8813fd 100644 --- a/src/components/TagLinks.js +++ b/src/components/TagLinks.js @@ -33,10 +33,8 @@ export function TagLinks({ directory, tag }) { .map((item, index) => { let { href } = convertDocId(`docId:${item.frontmatter.docId}`) return ( -
  • - - {item.frontmatter.title} - +
  • + {item.frontmatter.title}
  • ) })}