This commit is contained in:
Ken
2019-08-16 20:40:33 -07:00
parent b4f5e90447
commit 91d67d21f3
@@ -1,12 +1,7 @@
import React, { Fragment } from "react"
import { Styled } from "theme-ui"
/**
* Change the content to add your own bio
*/
export default () => (
<Fragment>
<Styled.a href="http://example.com/">Ken Chau</Styled.a>
</Fragment>
)
export default () => <Fragment>Ken Chau</Fragment>