File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load diff This file was deleted.
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 11import Image from "next/image" ;
2- import CurrentYear from "./current-year" ;
32
43export 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 >
You can’t perform that action at this time.
0 commit comments