Implement album page

This commit is contained in:
Jorge Vargas 2025-02-18 20:21:37 -06:00
parent fc39c085f0
commit 34c7143279
34 changed files with 563 additions and 142 deletions

View file

@ -42,7 +42,7 @@ const { session } = Astro.locals
<LoginNav />
</div>
</div>
<nav class='w-full md:h-[55px] bg-dark'>
<nav class='relative w-full md:h-[55px] bg-dark z-50'>
<Toggler>
<a href='/'><NavButton>{m.home()}</NavButton></a>
<a href='/last-added'><NavButton>{m.lastaddednav()}</NavButton></a>