implemented list view in other components as well

This commit is contained in:
daniel31x13
2023-12-17 01:25:46 -05:00
parent 4d691e0cce
commit c5b083e802
13 changed files with 237 additions and 190 deletions
@@ -62,7 +62,7 @@ export default function LinkCard({ link, count, className }: Props) {
className="flex flex-col justify-between cursor-pointer h-full w-full gap-1 p-3"
>
<div className="absolute bottom-3 right-3">
<LinkIcon link={link} className="w-12" />
<LinkIcon link={link} />
</div>
<div className="flex items-baseline gap-1">