Skip to content

Commit 96a3331

Browse files
更新 Home.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 4c8e4f8 commit 96a3331

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

apps/playground/src/pages/Home.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,6 @@ export const Home = () => {
6464
<div className="flex items-center justify-between mb-4">
6565
<h2 className="text-lg font-semibold">Quick Start</h2>
6666
<div className="flex items-center gap-2">
67-
<button
68-
onClick={() => navigate('/studio/new')}
69-
className="flex items-center gap-1.5 px-3 py-1.5 text-sm font-medium bg-primary text-primary-foreground hover:bg-primary/90 rounded-md transition-colors"
70-
>
71-
<Plus className="w-4 h-4" />
72-
New Design
73-
</button>
7467
<button
7568
onClick={() => navigate('/my-designs')}
7669
className="flex items-center gap-1.5 px-3 py-1.5 text-sm font-medium hover:bg-muted rounded-md transition-colors"

0 commit comments

Comments
 (0)