minor change
This commit is contained in:
parent
08140c22aa
commit
0f9e4f1fc0
|
@ -34,7 +34,7 @@ export default function LinkCard({ link, count }: Props) {
|
||||||
width={42}
|
width={42}
|
||||||
height={42}
|
height={42}
|
||||||
alt=""
|
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"
|
draggable="false"
|
||||||
onError={(e) => {
|
onError={(e) => {
|
||||||
const target = e.target as HTMLElement;
|
const target = e.target as HTMLElement;
|
||||||
|
|
Ŝarĝante…
Reference in New Issue