Skip to content

Commit 56b8b07

Browse files
committed
feat: delete home page demo button
1 parent 8c4762e commit 56b8b07

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

playground/src/app/page.tsx

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import Image from 'next/image';
21
import Link from 'next/link';
32
import { Button } from 'soybean-react-ui';
43

@@ -16,22 +15,6 @@ export default function Home() {
1615
<Button asChild>
1716
<Link href="/tabs">Tabs</Link>
1817
</Button>
19-
20-
<a
21-
className="flex items-center gap-2 border font-medium text-sm justify-center rounded-full border-solid border-transparent transition-colors bg-foreground text-background hover:bg-[#383838] dark:hover:bg-[#ccc] sm:text-base h-10 sm:h-12 px-4 sm:px-5 sm:w-auto"
22-
href="https://vercel.com/new?utm_source=create-next-app&utm_medium=appdir-template-tw&utm_campaign=create-next-app"
23-
rel="noopener noreferrer"
24-
target="_blank"
25-
>
26-
<Image
27-
alt="Vercel logomark"
28-
className="dark:invert"
29-
height={20}
30-
src="/vercel.svg"
31-
width={20}
32-
/>
33-
Deploy now
34-
</a>
3518
</div>
3619
);
3720
}

0 commit comments

Comments
 (0)