feat: some shit?

This commit is contained in:
2023-08-17 21:38:08 +02:00
parent 2f9f2d81bf
commit 5e4fcfbdaa
5 changed files with 13 additions and 15 deletions

View File

@ -34,10 +34,7 @@ export const MainLayout = (
<title>{title}</title>}
</Head>
<aside class="p-4 hidden md:block">
<nav
class="min-h-fit rounded-3xl p-3 grid gap-3 fixed t-0"
hx-boost="true"
>
<nav class="min-h-fit rounded-3xl p-3 grid gap-3 fixed t-0">
{Object.values(resources).map((m) => {
return (
<a