docs welcome page

This commit is contained in:
vcoppe
2024-07-10 19:19:12 +02:00
parent 44a4637e43
commit be8ca9c0ee
3 changed files with 44 additions and 6 deletions

View File

@@ -8,11 +8,7 @@
</script>
<div class="p-12 flex flex-row gap-24">
<div
class="{$page.params.guide
? 'hidden md:flex'
: 'flex'} flex-col gap-1 w-40 sticky top-[105px] self-start"
>
<div class="hidden md:flex flex-col gap-1 w-40 sticky top-[105px] self-start">
{#each Object.keys(guides) as guide}
<Button
variant="link"