mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-11 16:05:47 +01:00
🚑 Hotfix position of the downloads module
This commit is contained in:
@@ -140,8 +140,8 @@ const AppShelf = (props: any) => {
|
|||||||
{noCategory && noCategory.length > 0 ? (
|
{noCategory && noCategory.length > 0 ? (
|
||||||
<Accordion.Item label="Other">{item()}</Accordion.Item>
|
<Accordion.Item label="Other">{item()}</Accordion.Item>
|
||||||
) : null}
|
) : null}
|
||||||
<ModuleWrapper mt="xl" module={DownloadsModule} />
|
|
||||||
</Accordion>
|
</Accordion>
|
||||||
|
<ModuleWrapper mt="xl" module={DownloadsModule} />
|
||||||
</Group>
|
</Group>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user