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 1103320 commit bc22c6fCopy full SHA for bc22c6f
docs/src/modules/components/AppLayoutDocs.js
@@ -149,12 +149,7 @@ export default function AppLayoutDocs(props) {
149
}}
150
/>
151
<AdManager {...(hasTabs && { classSelector: '.component-tabs' })}>
152
- <Head
153
- title={`${title} - ${productName}`}
154
- description={description}
155
- largeCard={false}
156
- card={card}
157
- />
+ <Head title={`${title} - ${productName}`} description={description} card={card} />
158
<Main disableToc={disableToc}>
159
{/*
160
Render the TOCs first to avoid layout shift when the HTML is streamed.
0 commit comments