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