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 b24ac47 commit c468042Copy full SHA for c468042
docs/getting-started/quickstart.chrome-extension.mdx
@@ -133,7 +133,7 @@ sdk: chrome-extension
133
function IndexPopup() {
134
return (
135
<ClerkProvider publishableKey={PUBLISHABLE_KEY}>
136
- <div className="plasmo-flex plasmo-items-center plasmo-justify-center plasmo-h-[600px] plasmo-w-[800px] plasmo-flex plasmo-flex-col">
+ <div className="plasmo-flex plasmo-items-center plasmo-justify-center plasmo-h-[600px] plasmo-w-[800px] plasmo-flex-col">
137
<header className="plasmo-w-full">
138
<SignedOut>
139
<SignInButton mode="modal" />
0 commit comments