diff --git a/src/components/Favicon/index.tsx b/src/components/Favicon/index.tsx
index 01341c5..0dfe366 100644
--- a/src/components/Favicon/index.tsx
+++ b/src/components/Favicon/index.tsx
@@ -20,7 +20,7 @@ export function Favicon({
setError(true)}
onLoad={() => setLoading(false)}
/>
diff --git a/src/components/Nip05/index.tsx b/src/components/Nip05/index.tsx
index 7af9502..78c6c56 100644
--- a/src/components/Nip05/index.tsx
+++ b/src/components/Nip05/index.tsx
@@ -34,7 +34,7 @@ export default function Nip05({ pubkey, append }: { pubkey: string; append?: str
{nip05IsVerified ? (
}
/>
) : (