Skip to content

Commit c5f0943

Browse files
committed
feat: update home CTA
1 parent b4a7662 commit c5f0943

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/2025/header.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function Header() {
1818
<div className="flex flex-col w-full ">
1919
<text className="font-clashDisplay text-2xl md:text-2xl lg:text-4xl xl:text-5xl text-center justify-center tracking-widest text-white w-full">
2020
{" "}
21-
AUGUST 14 - AUGUST 16, 2025
21+
AUGUST 14 - 16, 2025
2222
</text>
2323
</div>
2424
<div className="lg:mx-5">
@@ -30,10 +30,10 @@ function Header() {
3030
Photo Gallery 📸
3131
</a>
3232
<a
33-
href="/schedule"
33+
href="https://oscafrica.org/discord"
3434
className="font-clashDisplay font-bold bg-yellow-500 hover:bg-yellow-400 m-4 p-6 mx-5 w-80 lg:w-fit text-center text-black tracking-wider text-lg"
3535
>
36-
Schedule
36+
Join the Community
3737
</a>
3838
</div>
3939
</div>

0 commit comments

Comments
 (0)