Skip to content

Commit b0ab7e6

Browse files
committed
Use tailwindcss
1 parent 52c7ab9 commit b0ab7e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/CliAuthPage/CliAuthPageView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const CliAuthPageView: FC<CliAuthPageViewProps> = ({ sessionToken }) => {
2222

2323
<p className="m-0 text-center text-sm text-content-secondary leading-normal">
2424
Copy the session token below and{" "}
25-
<strong css={{ display: "block" }}>paste it in your terminal.</strong>
25+
<strong className="block">paste it in your terminal.</strong>
2626
</p>
2727

2828
<div className="flex flex-col items-center gap-1 w-full mt-4">

0 commit comments

Comments
 (0)