minor fix

This commit is contained in:
daniel31x13
2024-01-17 10:25:24 -05:00
parent 23f4142414
commit f35bc7b9fd
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -172,7 +172,7 @@ export default function CollectionCard({ collection, className }: Props) {
<div className="font-bold text-sm flex justify-end gap-1 items-center">
{collection.isPublic ? (
<i
className="bi-globe-americas drop-shadow text-neutral"
className="bi-globe2 drop-shadow text-neutral"
title="This collection is being shared publicly."
></i>
) : undefined}