feat: correctly size search result items
This commit is contained in:
@@ -55,8 +55,8 @@ const SearchResultImage = ({ src }: { src: string }) => {
|
||||
return (
|
||||
<Image
|
||||
class="object-cover w-12 h-12 rounded-full"
|
||||
width="50"
|
||||
height="50"
|
||||
width={100}
|
||||
height={100}
|
||||
src={src}
|
||||
alt="preview image"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user