mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-07 05:55:48 +01:00
Add basic Sonarr interaction
This is going to be a pain.
This commit is contained in:
@@ -145,9 +145,11 @@ export function Header({ links }: HeaderResponsiveProps) {
|
||||
onClose={() => toggleOpened()}
|
||||
position="right"
|
||||
>
|
||||
<Center>
|
||||
<CalendarComponent />
|
||||
</Center>
|
||||
{opened ?? (
|
||||
<Center>
|
||||
<CalendarComponent />
|
||||
</Center>
|
||||
)}
|
||||
</Drawer>
|
||||
</Container>
|
||||
</Head>
|
||||
|
||||
Reference in New Issue
Block a user