diff --git a/gatsby-theme-w3f/package.json b/gatsby-theme-w3f/package.json index 8074914..aea7c85 100644 --- a/gatsby-theme-w3f/package.json +++ b/gatsby-theme-w3f/package.json @@ -2,7 +2,7 @@ "name": "@w3f/gatsby-theme-w3f", "private": false, "description": "w3f gatsby theme", - "version": "0.0.15", + "version": "0.0.16", "author": "W3F ", "keywords": [ "gatsby" diff --git a/gatsby-theme-w3f/src/components/default/Link.js b/gatsby-theme-w3f/src/components/default/Link.js index 7d5077d..f48872d 100644 --- a/gatsby-theme-w3f/src/components/default/Link.js +++ b/gatsby-theme-w3f/src/components/default/Link.js @@ -5,7 +5,7 @@ const Link = ({ to, title, children, ...other }) => { const external = testExternalLink(to); if (external) { return ( - + {children} );