diff --git a/apps/frontend/src/components/launches/filters.tsx b/apps/frontend/src/components/launches/filters.tsx index 5dcc29a8..f87cea68 100644 --- a/apps/frontend/src/components/launches/filters.tsx +++ b/apps/frontend/src/components/launches/filters.tsx @@ -146,7 +146,7 @@ export const Filters = () => { ]); return (
-
+
{ ? `Week ${week.currentWeek}` : `${dayjs().month(week.currentMonth).format('MMMM')}`}
-
+
{ const fetch = useFetch(); - const {isGeneral} = useVariables(); - const {backendUrl, billingEnabled} = useVariables(); + const { isGeneral } = useVariables(); + const { backendUrl, billingEnabled } = useVariables(); const load = useCallback(async (path: string) => { return await (await fetch(path)).json(); }, []); @@ -132,7 +132,7 @@ export const LayoutSettings = ({ children }: { children: ReactNode }) => { ) : (
)} -
+
diff --git a/apps/frontend/src/components/layout/mode.component.tsx b/apps/frontend/src/components/layout/mode.component.tsx index fac44716..68240055 100644 --- a/apps/frontend/src/components/layout/mode.component.tsx +++ b/apps/frontend/src/components/layout/mode.component.tsx @@ -15,7 +15,7 @@ const ModeComponent = () => { }, [mode]); return ( -
+
{mode === 'dark' ? (