Skip to content

Commit

Permalink
feat: medium size widget docs page
Browse files Browse the repository at this point in the history
  • Loading branch information
dartpain committed Nov 11, 2024
1 parent ad602f2 commit ebf6109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/_app.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default function MyApp({ Component, pageProps }) {
return (
<>
<Component {...pageProps} />
<DocsGPTWidget apiKey="d61a020c-ac8f-4f23-bb98-458e4da3c240" theme="dark" />
<DocsGPTWidget apiKey="d61a020c-ac8f-4f23-bb98-458e4da3c240" theme="dark" size="medium" />
</>
)
}

0 comments on commit ebf6109

Please sign in to comment.