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(); }, []); @@ -100,7 +100,7 @@ export const LayoutSettings = ({ children }: { children: ReactNode }) => { {isGeneral ? ( { }, [mode]); return ( -
+
{mode === 'dark' ? ( -
-
+
+
+