File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change 1- import Image from 'next/image' ;
21import Link from 'next/link' ;
32import { 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}
You can’t perform that action at this time.
0 commit comments