diff --git a/apps/frontend/src/components/launches/calendar.tsx b/apps/frontend/src/components/launches/calendar.tsx index 92cd9b57..c1650ce5 100644 --- a/apps/frontend/src/components/launches/calendar.tsx +++ b/apps/frontend/src/components/launches/calendar.tsx @@ -142,37 +142,39 @@ export const DayView = () => { }, [integrations, posts]); return ( -
- {options.map((option) => ( - -
- {newDayjs() - .utc() - .startOf('day') - .add(option[0].time, 'minute') - .local() - .format(isUSCitizen() ? 'hh:mm A' : 'LT')} -
-
- p.integration), - }} +
+
+ {options.map((option) => ( + +
+ {newDayjs() + .utc() + .startOf('day') + .add(option[0].time, 'minute') + .local() + .format(isUSCitizen() ? 'hh:mm A' : 'LT')} +
+
- - -
-
- ))} + p.integration), + }} + > + + +
+ + ))} +
); }; @@ -200,13 +202,13 @@ export const WeekView = () => { return (
-
-
-
+
+
+
{localizedDays.map((day, index) => (
{day.name} @@ -299,12 +301,12 @@ export const MonthView = () => { return (
-
-
+
+
{localizedDays.map((day) => (
{day}
diff --git a/apps/frontend/src/components/launches/launches.component.tsx b/apps/frontend/src/components/launches/launches.component.tsx index 39cbfcd6..2a1ea2d7 100644 --- a/apps/frontend/src/components/launches/launches.component.tsx +++ b/apps/frontend/src/components/launches/launches.component.tsx @@ -493,84 +493,92 @@ export const LaunchesComponent = () => {
-
-

- {t('channels')} -

-
setCollapseMenu(collapseMenu === '1' ? '0' : '1')} - className="group-[.sidebar]:rotate-[180deg] group-[.sidebar]:mx-auto text-btnText bg-btnSimple rounded-[6px] w-[24px] h-[24px] flex items-center justify-center cursor-pointer select-none" - > - +
+

+ {t('channels')} +

+
+ setCollapseMenu(collapseMenu === '1' ? '0' : '1') + } + className="group-[.sidebar]:rotate-[180deg] group-[.sidebar]:mx-auto text-btnText bg-btnSimple rounded-[6px] w-[24px] h-[24px] flex items-center justify-center cursor-pointer select-none" > - - -
-
-
- update(true)} /> -
- {sortedIntegrations?.length > 0 && } - {sortedIntegrations?.length > 0 && - user?.tier?.ai && - billingEnabled && } -
-
-
- {sortedIntegrations.length === 0 && collapseMenu === '0' && ( -
-
- No channels + -
- {t('no_channels', 'No channels yet')} -
-
- {t('connect_your_accounts')} + +
+
+
+ update(true)} /> +
+ {sortedIntegrations?.length > 0 && } + {sortedIntegrations?.length > 0 && + user?.tier?.ai && + billingEnabled && } +
+
+
+ {sortedIntegrations.length === 0 && collapseMenu === '0' && ( +
+
+ No channels +
+ {t('no_channels', 'No channels yet')} +
+
+ {t('connect_your_accounts')} +
-
- )} - {menuIntegrations.map((menu) => ( - - ))} -
-
- {process.env.NEXT_PUBLIC_VERSION - ? process.env.NEXT_PUBLIC_VERSION - : ''} + )} + {menuIntegrations.map((menu) => ( + + ))} +
+
+ {process.env.NEXT_PUBLIC_VERSION + ? process.env.NEXT_PUBLIC_VERSION + : ''} +