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 52c7ab9 commit b0ab7e6Copy full SHA for b0ab7e6
site/src/pages/CliAuthPage/CliAuthPageView.tsx
@@ -22,7 +22,7 @@ export const CliAuthPageView: FC<CliAuthPageViewProps> = ({ sessionToken }) => {
22
23
<p className="m-0 text-center text-sm text-content-secondary leading-normal">
24
Copy the session token below and{" "}
25
- <strong css={{ display: "block" }}>paste it in your terminal.</strong>
+ <strong className="block">paste it in your terminal.</strong>
26
</p>
27
28
<div className="flex flex-col items-center gap-1 w-full mt-4">
0 commit comments