smaller link icon size

This commit is contained in:
Yee Jia Wei 2023-12-16 12:05:35 +08:00
parent b246cdbc44
commit ce9b4b05d4

View File

@ -12,7 +12,7 @@ export default function LinkIcon({
const url =
isValidUrl(link.url || "") && link.url ? new URL(link.url) : undefined;
const iconClasses: string = "w-20 bg-primary/20 text-primary shadow rounded-md p-2 select-none z-10";
const iconClasses: string = "w-12 bg-primary/20 text-primary shadow rounded-md p-2 select-none z-10";
return (
<div>