From 2405c662636336f0d76828266f60333ff5fd369b Mon Sep 17 00:00:00 2001 From: Nevo David Date: Fri, 4 Jul 2025 00:30:14 +0700 Subject: [PATCH] feat: current day + version fix --- apps/frontend/src/components/launches/calendar.tsx | 2 +- apps/frontend/src/components/launches/launches.component.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/frontend/src/components/launches/calendar.tsx b/apps/frontend/src/components/launches/calendar.tsx index 85632ef5..19c892b6 100644 --- a/apps/frontend/src/components/launches/calendar.tsx +++ b/apps/frontend/src/components/launches/calendar.tsx @@ -211,7 +211,7 @@ export const WeekView = () => { className="sticky top-0 z-10 bg-customColor20 p-2 text-center" >
{day.name}
-
{day.day}
+
{day.day}
))} {hours.map((hour) => ( diff --git a/apps/frontend/src/components/launches/launches.component.tsx b/apps/frontend/src/components/launches/launches.component.tsx index 2e568852..bdcca075 100644 --- a/apps/frontend/src/components/launches/launches.component.tsx +++ b/apps/frontend/src/components/launches/launches.component.tsx @@ -453,7 +453,7 @@ export const LaunchesComponent = () => { user?.tier?.ai && billingEnabled && }
- {process.env.NEXT_PUBLIC_VERSION ? `v${process.env.NEXT_PUBLIC_VERSION}` : ''} + {process.env.NEXT_PUBLIC_VERSION ? `${process.env.NEXT_PUBLIC_VERSION}` : ''}