Merge pull request #76 from linkwarden/dev

minor change
This commit is contained in:
Daniel 2023-07-26 11:47:08 -04:00 committed by GitHub
commit d9011ddcb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;