mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-04-27 17:41:21 +00:00
feat: added drawer widths
This commit is contained in:
parent
fd451eb3c2
commit
00f23425e2
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
];
|
];
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<Drawer>
|
<Drawer width='w-[280px] md:w-[480px]'>
|
||||||
<Navigation {routes} />
|
<Navigation {routes} />
|
||||||
</Drawer>
|
</Drawer>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue