mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-08 06:25:48 +01:00
💄 Makes the ModuleEnabler grid look better
This commit is contained in:
@@ -8,7 +8,7 @@ export default function ModuleEnabler(props: any) {
|
||||
return (
|
||||
<Group direction="column">
|
||||
<Title order={4}>Module enabler</Title>
|
||||
<SimpleGrid cols={3} spacing="xl">
|
||||
<SimpleGrid cols={2} spacing="md">
|
||||
{modules.map((module) => (
|
||||
<Checkbox
|
||||
key={module.title}
|
||||
|
||||
Reference in New Issue
Block a user