mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-11 07:55:52 +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 ? (
|
||||
<Accordion.Item label="Other">{item()}</Accordion.Item>
|
||||
) : null}
|
||||
<ModuleWrapper mt="xl" module={DownloadsModule} />
|
||||
</Accordion>
|
||||
<ModuleWrapper mt="xl" module={DownloadsModule} />
|
||||
</Group>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user