diff --git a/src/components/resolvedicon.jsx b/src/components/resolvedicon.jsx
index de29c0cd..50b8c926 100644
--- a/src/components/resolvedicon.jsx
+++ b/src/components/resolvedicon.jsx
@@ -101,7 +101,7 @@ export default function ResolvedIcon({ icon, width = 32, height = 32, alt = "log
const iconName = icon.replace(".svg", "");
return (
+ );
+
+ const iconName = icon.replace(".webp", "");
+ return (
+