Skip to content

Commit c70e9ee

Browse files
authored
Merge pull request #227 from oscafrica/Princesso-patch-1
Update OSCAFest Dates on the homepage
2 parents 7c7c0c5 + 3edfa59 commit c70e9ee

File tree

4 files changed

+5
-11
lines changed

4 files changed

+5
-11
lines changed

src/components/2025/footer.js

+2-8
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@ function Footer(props) {
1313
<text className="font-clashDisplayVariable font-black p-2 m-2">Connect:</text>
1414
</div>
1515
<div className="flex flex-row flex-wrap justify-center">
16-
<a
17-
href="https://oscafrica.org/discord"
18-
className="font-clashDisplay text-gray p-2 m-2"
19-
>
16+
<a href="https://oscafrica.org/discord" className="font-clashDisplay text-gray p-2 m-2">
2017
Discord &nbsp;
2118
</a>
2219
<a href="https://linkedin.com/company/oscafrica/" className="font-clashDisplay text-gray p-2 m-2">
@@ -28,10 +25,7 @@ function Footer(props) {
2825
<a href="https://instagram.com/oscafrica/" className="font-clashDisplay text-gray p-2 m-2">
2926
Instagram &nbsp;
3027
</a>
31-
<a
32-
href="https://youtube.com/@OpenSourceCommunityAfrica"
33-
className="font-clashDisplay text-gray p-2 m-2"
34-
>
28+
<a href="https://youtube.com/@OpenSourceCommunityAfrica" className="font-clashDisplay text-gray p-2 m-2">
3529
Youtube &nbsp;
3630
</a>
3731
</div>

src/components/2025/header.js

+1-1
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-3xl lg:text-4xl xl:text-5xl text-center justify-center tracking-widest text-white w-full">
2020
{" "}
21-
JUNE 12 - JUNE 14, 2025
21+
JUNE 19 - JUNE 21, 2025
2222
</text>
2323
</div>
2424
<div className="lg:mx-5">

src/components/2025/home.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function Home() {
1818
<img alt="osca-logo" src={homeBackground.logo} className="mb-5 w-16" />
1919
<img alt="OSCAFest Title 2023 Sustainability For Growth" src={homeBackground.title} className="mb-5" />
2020
<div className="flex flex-col mb-14 items-center lg:mb-8">
21-
<h2 className="font-clashDisplay text-l lg:text-l tracking-widest m-0">JUNE 15TH - 17TH.</h2>
21+
<h2 className="font-clashDisplay text-l lg:text-l tracking-widest m-0">JUNE 19TH - 21ST.</h2>
2222
<h1 className="font-clashDisplay text-xl lg:text-2xl m-0 uppercase tracking-widest">Lagos, Nigeria.</h1>
2323
</div>
2424
<div>

src/pages/past-events.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function PastEvents() {
2121
year: "2023"
2222
},
2323
{
24-
days: "12th - 14th",
24+
days: "19th - 21st",
2525
month: "June",
2626
year: "2025"
2727
}

0 commit comments

Comments
 (0)