mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
last added
This commit is contained in:
parent
c4055fa695
commit
a508ada21c
4 changed files with 33 additions and 3 deletions
|
|
@ -18,7 +18,7 @@ const listClass =
|
|||
'uppercase text-3xl font-semibold w-full text-center py-3 hover:bg-dark-hover hover:text-cyan-400 hover:underline'
|
||||
---
|
||||
|
||||
<div class='md:w-3/12 md:max-w-[300px] bg-dark flex flex-col'>
|
||||
<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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue