small improvements

This commit is contained in:
Daniel
2023-06-05 18:43:04 +03:30
parent 041e35ce0e
commit 24eeb9504e
8 changed files with 25 additions and 16 deletions
+3 -3
View File
@@ -107,10 +107,10 @@ export default function ({ link, count }: Props) {
<div className="flex items-center gap-1 cursor-pointer hover:opacity-60 duration-100">
<FontAwesomeIcon
icon={faFolder}
className="w-4 h-4 mt-1"
style={{ color: collection.color }}
className="w-4 h-4 mt-1 drop-shadow"
style={{ color: collection?.color }}
/>
<p className="text-sky-900">{collection.name}</p>
<p className="text-sky-900">{collection?.name}</p>
</div>
</Link>