mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
Implement album page
This commit is contained in:
parent
fc39c085f0
commit
34c7143279
34 changed files with 563 additions and 142 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue