fix: dont pad numbers in redis key dates

This commit is contained in:
2023-08-17 21:31:52 +02:00
parent ed3aed85ad
commit 2f9f2d81bf
6 changed files with 83 additions and 89 deletions

View File

@ -34,7 +34,10 @@ 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">
<nav
class="min-h-fit rounded-3xl p-3 grid gap-3 fixed t-0"
hx-boost="true"
>
{Object.values(resources).map((m) => {
return (
<a