Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update OSCAFest Dates on the homepage #227

Merged
merged 4 commits into from
Aug 28, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading