From 762690493a1175130bf6c0bcb68e92a9c27bc407 Mon Sep 17 00:00:00 2001 From: ajnart Date: Tue, 2 Aug 2022 05:17:19 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=83=F0=9F=8F=BB=20Styling=20credits=20?= =?UTF-8?q?and=20Menu=20enabler?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Settings/Credits.tsx | 2 +- src/components/Settings/ModuleEnabler.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Settings/Credits.tsx b/src/components/Settings/Credits.tsx index a3feb83e6..73778b0d5 100644 --- a/src/components/Settings/Credits.tsx +++ b/src/components/Settings/Credits.tsx @@ -1,4 +1,4 @@ -import { Group, ActionIcon, Anchor, Text, Stack } from '@mantine/core'; +import { Group, ActionIcon, Anchor, Text } from '@mantine/core'; import { IconBrandDiscord, IconBrandGithub } from '@tabler/icons'; import { CURRENT_VERSION } from '../../../data/constants'; diff --git a/src/components/Settings/ModuleEnabler.tsx b/src/components/Settings/ModuleEnabler.tsx index e6f29c852..61cfbac07 100644 --- a/src/components/Settings/ModuleEnabler.tsx +++ b/src/components/Settings/ModuleEnabler.tsx @@ -1,4 +1,4 @@ -import { Checkbox, Group, SimpleGrid, Stack, Title } from '@mantine/core'; +import { Checkbox, SimpleGrid, Stack, Title } from '@mantine/core'; import * as Modules from '../../modules'; import { useConfig } from '../../tools/state'; @@ -12,7 +12,7 @@ export default function ModuleEnabler(props: any) { {modules.map((module) => ( {