From 91d67d21f36afa65ccb51e92978f42df504efee2 Mon Sep 17 00:00:00 2001 From: Ken Date: Fri, 16 Aug 2019 20:40:33 -0700 Subject: [PATCH] no link --- src/gatsby-theme-blog/components/bio-content.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/gatsby-theme-blog/components/bio-content.js b/src/gatsby-theme-blog/components/bio-content.js index f2c39fa..30143c9 100644 --- a/src/gatsby-theme-blog/components/bio-content.js +++ b/src/gatsby-theme-blog/components/bio-content.js @@ -1,12 +1,7 @@ import React, { Fragment } from "react" -import { Styled } from "theme-ui" /** * Change the content to add your own bio */ -export default () => ( - - Ken Chau - -) +export default () => Ken Chau