fixes and improvements

This commit is contained in:
daniel31x13
2023-12-04 10:24:45 -05:00
parent ee05975e10
commit 1f20180a51
15 changed files with 75 additions and 35 deletions
+1 -1
View File
@@ -218,7 +218,7 @@ export default function LinkCard({ link, count, className }: Props) {
width={64}
height={64}
alt=""
className={`absolute w-12 duration-100 bg-white rounded-md p-1 bottom-5 right-5 select-none z-10`}
className={`absolute w-12 duration-100 bg-white shadow rounded-md p-1 bottom-5 right-5 select-none z-10`}
draggable="false"
onError={(e) => {
const target = e.target as HTMLElement;