Skip to content

Commit f116839

Browse files
committed
fix: style updates
1 parent c55225b commit f116839

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/src/DemoPage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ export function DemoPage() {
1010
<div className="min-h-screen flex justify-center">
1111
<div className="flex flex-col gap-20 p-6 w-full max-w-5xl">
1212
{/* Header Section */}
13-
<div className="flex items-center gap-3 mb-8">
13+
<div className="flex items-center gap-3">
1414
<div className="w-8 h-8">🏅</div>
1515
<div>
16-
<h1 className="text-2xl font-semibold">Write Coder on Coder</h1>
16+
<h1 className="text-2xl">Write Coder on Coder</h1>
1717
<p className="text-content-secondary text-left">New workspace</p>
1818
</div>
1919
<Button variant="outline" className="ml-auto">

0 commit comments

Comments
 (0)