mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-10 07:25:35 +00:00
fix: make dashboard responsive again (instead of taking up all the space)
This commit is contained in:
@@ -49,7 +49,7 @@ export function DashboardHeader({ navbar, aside }: DashboardHeaderProps) {
|
||||
activeCollection?.id
|
||||
)}
|
||||
leftSection={<IoIosAddCircleOutline />}
|
||||
color="var(--mantine-color-blue-4)"
|
||||
color="blue"
|
||||
>
|
||||
{t('link.create')}
|
||||
</Menu.Item>
|
||||
@@ -60,7 +60,7 @@ export function DashboardHeader({ navbar, aside }: DashboardHeaderProps) {
|
||||
activeCollection?.id
|
||||
)}
|
||||
leftSection={<GoPencil />}
|
||||
color="var(--mantine-color-blue-4)"
|
||||
color="blue"
|
||||
>
|
||||
{t('collection.edit')}
|
||||
</Menu.Item>
|
||||
|
||||
Reference in New Issue
Block a user