File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ const sections = [
2727 ] ,
2828 } ,
2929] ;
30+ const currentYear = new Date ( ) . getFullYear ( ) ;
3031
3132export default function Footer ( ) {
3233 return (
@@ -59,7 +60,7 @@ export default function Footer() {
5960 ) ) }
6061 </ div >
6162 < div className = "mt-24 flex flex-col justify-between gap-4 border-t pt-8 text-sm font-medium text-muted-foreground md:flex-row md:items-center" >
62- < p > © 2025 PyConKE. All rights reserved.</ p >
63+ < p > © { currentYear } PyConKE. All rights reserved.</ p >
6364 < ul className = "flex gap-4" >
6465 < li className = "underline hover:text-primary" >
6566 < a href = "/terms-and-conditions" > Terms and Conditions</ a >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ export default function HeroSection() {
2020 </ RainbowButton >
2121 < RainbowGreyButton >
2222 < a
23- href = "https://pretalx.com /pycon-kenya-2026/cfp"
23+ href = "https://cfp.pycon.ke /pycon-kenya-2026/cfp"
2424 target = "_blank"
2525 rel = "noreferrer"
2626 >
You can’t perform that action at this time.
0 commit comments