File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ export default function HomePage() {
9595 < div className = "flex items-center justify-center gap-2 mb-3" >
9696 < CalendarDaysIcon className = "h-6 w-6 text-primary" />
9797 < h3 className = "text-xl sm:text-2xl font-serif font-semibold text-secondary" >
98- Save the Date
98+ Save the Dates (Dec 16-18)
9999 </ h3 >
100100 </ div >
101101 { allEventsCompleted ? (
@@ -108,16 +108,16 @@ export default function HomePage() {
108108 ) : currentEvent ? (
109109 < >
110110 < p className = "text-2xl sm:text-3xl font-light text-secondary mb-3" >
111- { currentEvent . displayDate }
111+ { currentEvent . name } { currentEvent . displayDate }
112112 </ p >
113113 < p className = "text-sm text-muted mb-4" > { currentEvent . displayTime } </ p >
114114 </ >
115115 ) : (
116116 < >
117117 < p className = "text-2xl sm:text-3xl font-light text-secondary mb-3" >
118- December 16, 2025
118+ Holud December 16, 2025
119119 </ p >
120- < p className = "text-sm text-muted mb-4" > Tuesday • Starts at 6 :00 PM</ p >
120+ < p className = "text-sm text-muted mb-4" > Tuesday • Starts at 4 :00 PM</ p >
121121 </ >
122122 ) }
123123 { /* Countdown Timer */ }
You can’t perform that action at this time.
0 commit comments