Skip to content

Commit 8dab61c

Browse files
authored
Merge pull request #9 from NewtonMutugi/main
Update CFP URL Link and footer
2 parents 4b2ea5d + 37eea26 commit 8dab61c

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

src/components/footer.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ const sections = [
2727
],
2828
},
2929
];
30+
const currentYear = new Date().getFullYear();
3031

3132
export 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>

src/components/hero-section.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
>

0 commit comments

Comments
 (0)