From 81f173200fb4599a103a1abb9e648fa3be69bd0e Mon Sep 17 00:00:00 2001 From: Win Cheng Date: Sat, 27 Apr 2024 10:27:20 -0700 Subject: [PATCH] Moved Mountain back for OBS --- .../event/_components/LandingEvent/LandingEvent.tsx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/app/(pages)/(index-page)/event/_components/LandingEvent/LandingEvent.tsx b/app/(pages)/(index-page)/event/_components/LandingEvent/LandingEvent.tsx index 026ddbee..a870e31b 100644 --- a/app/(pages)/(index-page)/event/_components/LandingEvent/LandingEvent.tsx +++ b/app/(pages)/(index-page)/event/_components/LandingEvent/LandingEvent.tsx @@ -27,11 +27,12 @@ export default function LandingEvent() {
- {!isDayTimer && ( -
- -
- )} +
+ +
);