mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
Album list page
This commit is contained in:
parent
6e0204bc49
commit
3447e36448
4 changed files with 76 additions and 2 deletions
|
|
@ -19,7 +19,6 @@ const listClass =
|
|||
---
|
||||
|
||||
<div class='md:w-3/12 md:max-w-[300px] h-full bg-dark flex flex-col'>
|
||||
<a href='#' class={listClass}>{m.lastAddedSidebar()}</a>
|
||||
<a href='#' class={listClass}>{m.getLucky()}</a>
|
||||
<a href='#' class={listClass}>{m.randomPull()}</a>
|
||||
<div class='px-6 flex flex-col gap-y-3'>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue