implemented list view in other components as well
This commit is contained in:
@@ -53,7 +53,7 @@ export default function LinkCardGrid({ link, count, className }: Props) {
|
||||
className="flex items-center cursor-pointer p-3"
|
||||
>
|
||||
<div className="shrink-0">
|
||||
<LinkIcon link={link} className="w-12" />
|
||||
<LinkIcon link={link} width="w-12" />
|
||||
</div>
|
||||
|
||||
<div className="w-[calc(100%-56px)] ml-2">
|
||||
|
||||
Reference in New Issue
Block a user