mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
General fixes
This commit is contained in:
parent
1032011b55
commit
c16243df76
7 changed files with 31 additions and 33 deletions
|
|
@ -14,14 +14,7 @@ const comments = await prismaClient.comments.findMany({
|
|||
|
||||
<SidebarSection>
|
||||
<Looper comments={comments} client:only='react'>
|
||||
<Icon name='arrow-right' slot='arrowRight' class='group-hover:fill-black' height={30} width={15} fill='white' />
|
||||
<Icon
|
||||
name='arrow-right'
|
||||
slot='arrowLeft'
|
||||
class='group-hover:fill-black scale-x-[-1]'
|
||||
height={30}
|
||||
width={15}
|
||||
fill='white'
|
||||
/>
|
||||
<Icon name='arrow-right' slot='arrowLeft' class='scale-x-[-1]' height={30} width={15} />
|
||||
<Icon name='arrow-right' slot='arrowRight' height={30} width={15} />
|
||||
</Looper>
|
||||
</SidebarSection>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue