diff --git a/website/docs/styleguide.mdx b/website/docs/styleguide.mdx index 78b2c1d75..1f0899082 100644 --- a/website/docs/styleguide.mdx +++ b/website/docs/styleguide.mdx @@ -65,16 +65,7 @@ import { Colors, Patterns } from 'widgets/styleguide' ## Typography {#typography} -import { - H1, - H2, - H3, - H4, - H5, - Label, - InlineList, - Comment, -} from 'components/typography' +import { H1, H2, H3, H4, H5, Label, InlineList } from 'components/typography' > #### Markdown > diff --git a/website/src/components/typography.js b/website/src/components/typography.js index 959dc0285..e05948ff5 100644 --- a/website/src/components/typography.js +++ b/website/src/components/typography.js @@ -70,12 +70,6 @@ export const Help = ({ children, className, size = 16 }) => ( ) -/** - * Allows inserting comments that will appear in .md preview on GitHub, but - * won't be included in the final build of the site. - */ -export const Comment = () => null - const Permalink = ({ id, children }) => !id ? ( {children}