General fixes

This commit is contained in:
Jorge Vargas 2025-02-20 20:02:44 -06:00
parent 1032011b55
commit c16243df76
7 changed files with 31 additions and 33 deletions

View file

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