Skip to content

Commit

Permalink
Merge pull request #227 from oscafrica/Princesso-patch-1
Browse files Browse the repository at this point in the history
Update OSCAFest Dates on the homepage
  • Loading branch information
Princesso authored Aug 28, 2024
2 parents 7c7c0c5 + 3edfa59 commit c70e9ee
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 11 deletions.
10 changes: 2 additions & 8 deletions src/components/2025/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ function Footer(props) {
<text className="font-clashDisplayVariable font-black p-2 m-2">Connect:</text>
</div>
<div className="flex flex-row flex-wrap justify-center">
<a
href="https://oscafrica.org/discord"
className="font-clashDisplay text-gray p-2 m-2"
>
<a href="https://oscafrica.org/discord" className="font-clashDisplay text-gray p-2 m-2">
Discord &nbsp;
</a>
<a href="https://linkedin.com/company/oscafrica/" className="font-clashDisplay text-gray p-2 m-2">
Expand All @@ -28,10 +25,7 @@ function Footer(props) {
<a href="https://instagram.com/oscafrica/" className="font-clashDisplay text-gray p-2 m-2">
Instagram &nbsp;
</a>
<a
href="https://youtube.com/@OpenSourceCommunityAfrica"
className="font-clashDisplay text-gray p-2 m-2"
>
<a href="https://youtube.com/@OpenSourceCommunityAfrica" className="font-clashDisplay text-gray p-2 m-2">
Youtube &nbsp;
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/2025/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function Header() {
<div className="flex flex-col w-full ">
<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">
{" "}
JUNE 12 - JUNE 14, 2025
JUNE 19 - JUNE 21, 2025
</text>
</div>
<div className="lg:mx-5">
Expand Down
2 changes: 1 addition & 1 deletion src/components/2025/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function Home() {
<img alt="osca-logo" src={homeBackground.logo} className="mb-5 w-16" />
<img alt="OSCAFest Title 2023 Sustainability For Growth" src={homeBackground.title} className="mb-5" />
<div className="flex flex-col mb-14 items-center lg:mb-8">
<h2 className="font-clashDisplay text-l lg:text-l tracking-widest m-0">JUNE 15TH - 17TH.</h2>
<h2 className="font-clashDisplay text-l lg:text-l tracking-widest m-0">JUNE 19TH - 21ST.</h2>
<h1 className="font-clashDisplay text-xl lg:text-2xl m-0 uppercase tracking-widest">Lagos, Nigeria.</h1>
</div>
<div>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/past-events.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function PastEvents() {
year: "2023"
},
{
days: "12th - 14th",
days: "19th - 21st",
month: "June",
year: "2025"
}
Expand Down

0 comments on commit c70e9ee

Please sign in to comment.