diff --git a/website/docs/styleguide.md b/website/docs/styleguide.md index 34270d5f1..673ced892 100644 --- a/website/docs/styleguide.md +++ b/website/docs/styleguide.md @@ -67,7 +67,7 @@ import { Colors, Patterns } from 'widgets/styleguide' ## Typography {#typography} -import { H1, H2, H3, H4, H5, Label, InlineList, Comment } from +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 bd1025751..238d3c43c 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}