minor change

This commit is contained in:
Daniel 2023-07-26 11:32:42 -04:00
parent 08140c22aa
commit 0f9e4f1fc0

View File

@ -34,7 +34,7 @@ export default function LinkCard({ link, count }: Props) {
width={42}
height={42}
alt=""
className="select-none mt-3 z-10 rounded-full shadow border-[3px] border-white bg-white"
className="select-none mt-3 z-10 rounded-md shadow border-[3px] border-white bg-white"
draggable="false"
onError={(e) => {
const target = e.target as HTMLElement;