Skip to content

Commit

Permalink
adjust event bg images
Browse files Browse the repository at this point in the history
  • Loading branch information
YeonV committed Nov 28, 2024
1 parent 803a849 commit a593222
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,9 @@ export default function App() {
height={height}
/>
)}
{new Date().getFullYear() === 2023 && (
{new Date().getFullYear() === 2024 &&
new Date().getMonth() === 11 &&
new Date().getDate() >= 24 && (
<div
style={{
margin: 'auto',
Expand All @@ -241,7 +243,7 @@ export default function App() {
}}
/>
)}
{new Date().getFullYear() === 2024 &&
{new Date().getFullYear() === 2025 &&
new Date().getMonth() === 0 &&
new Date().getDate() === 1 && (
<div
Expand Down

0 comments on commit a593222

Please sign in to comment.