We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc37c78 commit d10c6daCopy full SHA for d10c6da
packages/docs/src/components/page.js
@@ -5,7 +5,6 @@ import { Heading, Tagline } from './typography'
5
import { Head } from './head'
6
7
export const Page = ({ title, tagline, badges, ...props }) => {
8
- debugger
9
return (
10
<>
11
<Head title={title} description={tagline} />
0 commit comments