File tree 4 files changed +5
-11
lines changed
4 files changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,7 @@ function Footer(props) {
13
13
< text className = "font-clashDisplayVariable font-black p-2 m-2" > Connect:</ text >
14
14
</ div >
15
15
< 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" >
20
17
Discord
21
18
</ a >
22
19
< a href = "https://linkedin.com/company/oscafrica/" className = "font-clashDisplay text-gray p-2 m-2" >
@@ -28,10 +25,7 @@ function Footer(props) {
28
25
< a href = "https://instagram.com/oscafrica/" className = "font-clashDisplay text-gray p-2 m-2" >
29
26
Instagram
30
27
</ 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" >
35
29
Youtube
36
30
</ a >
37
31
</ div >
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ function Header() {
18
18
< div className = "flex flex-col w-full " >
19
19
< 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" >
20
20
{ " " }
21
- JUNE 12 - JUNE 14 , 2025
21
+ JUNE 19 - JUNE 21 , 2025
22
22
</ text >
23
23
</ div >
24
24
< div className = "lg:mx-5" >
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ function Home() {
18
18
< img alt = "osca-logo" src = { homeBackground . logo } className = "mb-5 w-16" />
19
19
< img alt = "OSCAFest Title 2023 Sustainability For Growth" src = { homeBackground . title } className = "mb-5" />
20
20
< 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 >
22
22
< h1 className = "font-clashDisplay text-xl lg:text-2xl m-0 uppercase tracking-widest" > Lagos, Nigeria.</ h1 >
23
23
</ div >
24
24
< div >
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ function PastEvents() {
21
21
year : "2023"
22
22
} ,
23
23
{
24
- days : "12th - 14th " ,
24
+ days : "19th - 21st " ,
25
25
month : "June" ,
26
26
year : "2025"
27
27
}
You can’t perform that action at this time.
0 commit comments