We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c8e4f8 commit 96a3331Copy full SHA for 96a3331
apps/playground/src/pages/Home.tsx
@@ -64,13 +64,6 @@ export const Home = () => {
64
<div className="flex items-center justify-between mb-4">
65
<h2 className="text-lg font-semibold">Quick Start</h2>
66
<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>
74
<button
75
onClick={() => navigate('/my-designs')}
76
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