Skip to content

Commit d5a0e4b

Browse files
committed
feat: delete home page waste resources
1 parent a59d0ef commit d5a0e4b

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

playground/src/app/page.tsx

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,6 @@ export default function Home() {
1616
<Button asChild>
1717
<Link href="/tabs">Tabs</Link>
1818
</Button>
19-
<a
20-
className="flex items-center gap-2 hover:underline hover:underline-offset-4"
21-
href="https://nextjs.org/learn?utm_source=create-next-app&utm_medium=appdir-template-tw&utm_campaign=create-next-app"
22-
rel="noopener noreferrer"
23-
target="_blank"
24-
>
25-
<Image
26-
aria-hidden
27-
alt="File icon"
28-
height={16}
29-
src="/file.svg"
30-
width={16}
31-
/>
32-
Learn
33-
</a>
3419

3520
<a
3621
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"

0 commit comments

Comments
 (0)