File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11import type { Metadata } from 'next' ;
2+
23import '../styles/globals.css' ;
34
45export const metadata : Metadata = {
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ export default function Home() {
2525
2626 < div className = "flex flex-col items-center gap-4 sm:flex-row" >
2727 < a
28- className = "flex h-10 items-center justify-center gap-2 rounded-full border border-solid border-transparent px-4 text-sm transition-colors hover:bg-[#383838] sm:h-12 sm:px-5 sm:text-base dark:hover:bg-[#ccc] "
28+ className = "flex h-10 items-center justify-center gap-2 rounded-full border border-solid border-transparent px-4 text-sm transition-colors hover:bg-[#383838] dark:hover:bg-[#ccc] sm:h-12 sm:px-5 sm:text-base"
2929 href = "https://vercel.com/new?utm_source=create-next-app& utm_medium = appdir - template - tw & utm_campaign = create - next - app "
3030 target = "_blank"
3131 rel = "noopener noreferrer"
@@ -40,7 +40,7 @@ export default function Home() {
4040 Deploy now
4141 </ a >
4242 < a
43- className = "flex h-10 items-center justify-center rounded-full border border-solid border-black/[.08] px-4 text-sm transition-colors hover:border-transparent hover:bg-[#f2f2f2] sm:h-12 sm:min-w-44 sm:px-5 sm:text-base dark:border-white/[.145] dark:hover:bg-[#1a1a1a] "
43+ className = "flex h-10 items-center justify-center rounded-full border border-solid border-black/[.08] px-4 text-sm transition-colors hover:border-transparent hover:bg-[#f2f2f2] dark:border-white/[.145] dark:hover:bg-[#1a1a1a] sm:h-12 sm:min-w-44 sm:px-5 sm:text-base"
4444 href = "https://nextjs.org/docs?utm_source=create-next-app& utm_medium = appdir - template - tw & utm_campaign = create - next - app "
4545 target = "_blank"
4646 rel = "noopener noreferrer"
You can’t perform that action at this time.
0 commit comments