feat: add series

This commit is contained in:
2023-08-07 14:44:04 +02:00
parent 990db3ae50
commit 7390d35a98
16 changed files with 275 additions and 23 deletions

View File

@ -28,8 +28,6 @@ export const MainLayout = ({ children, url, title, context }: Props) => {
{title &&
<title>{title}</title>}
</Head>
<RedirectSearchHandler />
<KMenu type="main" context={context} />
<aside class="p-4 hidden md:block">
<nav class="min-h-fit rounded-3xl p-3 grid gap-3 fixed t-0">
{Object.values(resources).map((m) => {