last added

This commit is contained in:
felipe 2025-02-24 17:00:30 -03:00 committed by jorgev259
parent c4055fa695
commit a508ada21c
4 changed files with 33 additions and 3 deletions

View file

@ -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>