diff --git a/src/pages/projects/math.js b/src/pages/projects/math.js index 01aa574..9f2a9c1 100644 --- a/src/pages/projects/math.js +++ b/src/pages/projects/math.js @@ -31,7 +31,7 @@ const SoftwarePage = ({ data }) => { const link = node.frontmatter.shortTitle; const id = node.frontmatter.id; return( -
  • {link}
  • +
  • {link}
  • ) })} diff --git a/src/pages/projects/software.js b/src/pages/projects/software.js index dd220dc..c6eceb6 100644 --- a/src/pages/projects/software.js +++ b/src/pages/projects/software.js @@ -31,7 +31,7 @@ const SoftwarePage = ({ data }) => { const link = node.frontmatter.shortTitle; const id = node.frontmatter.id; return( -
  • {link}
  • +
  • {link}
  • ) })}