Skip to content

Commit 1dcf6a7

Browse files
authored
Final Adjust Initial Template
1 parent 7c8a320 commit 1dcf6a7

3 files changed

Lines changed: 3 additions & 19 deletions

File tree

app/current-year.tsx

Lines changed: 0 additions & 15 deletions
This file was deleted.

app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default function RootLayout({
2424
}>) {
2525
return (
2626
<html
27-
lang="es-CO"
27+
lang="es"
2828
className={`${geistSans.variable} ${geistMono.variable} h-full antialiased`}
2929
>
3030
<body className="min-h-full flex flex-col">{children}</body>

app/page.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import Image from "next/image";
2-
import CurrentYear from "./current-year";
32

43
export default function Home() {
54
return (
@@ -33,7 +32,7 @@ export default function Home() {
3332
alt="Python Colombia"
3433
width={480}
3534
height={148}
36-
priority
35+
preload
3736
className="w-56 sm:w-72 md:w-[420px] h-auto"
3837
/>
3938
</div>
@@ -78,7 +77,7 @@ export default function Home() {
7877
{/* ── Footer ────────────────────────────────────────────── */}
7978
<footer className="relative z-10 pb-8 text-center">
8079
<p className="text-zinc-600 text-sm">
81-
© <CurrentYear /> Python Colombia
80+
© {new Date().getFullYear()} Python Colombia
8281
<span className="mx-2 text-zinc-700">·</span>
8382
Comunidad de Python en Colombia
8483
</p>

0 commit comments

Comments
 (0)