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