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}
  • ) })}