Skip to content

Commit c468042

Browse files
removed duplicate class (#2673)
1 parent b24ac47 commit c468042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started/quickstart.chrome-extension.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ sdk: chrome-extension
133133
function IndexPopup() {
134134
return (
135135
<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">
136+
<div className="plasmo-flex plasmo-items-center plasmo-justify-center plasmo-h-[600px] plasmo-w-[800px] plasmo-flex-col">
137137
<header className="plasmo-w-full">
138138
<SignedOut>
139139
<SignInButton mode="modal" />

0 commit comments

Comments
 (0)