no link
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user