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 c55225b commit f116839Copy full SHA for f116839
site/src/DemoPage.tsx
@@ -10,10 +10,10 @@ export function DemoPage() {
10
<div className="min-h-screen flex justify-center">
11
<div className="flex flex-col gap-20 p-6 w-full max-w-5xl">
12
{/* Header Section */}
13
- <div className="flex items-center gap-3 mb-8">
+ <div className="flex items-center gap-3">
14
<div className="w-8 h-8">🏅</div>
15
<div>
16
- <h1 className="text-2xl font-semibold">Write Coder on Coder</h1>
+ <h1 className="text-2xl">Write Coder on Coder</h1>
17
<p className="text-content-secondary text-left">New workspace</p>
18
</div>
19
<Button variant="outline" className="ml-auto">
0 commit comments