From 5353897684074cb9b095b5f73c0f75ff0315f576 Mon Sep 17 00:00:00 2001 From: davidsmejia Date: Sun, 30 Apr 2023 20:33:08 -0400 Subject: [PATCH] lowercase comment --- src/components/resolvedicon.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/resolvedicon.jsx b/src/components/resolvedicon.jsx index 1df5ac62..051bf85b 100644 --- a/src/components/resolvedicon.jsx +++ b/src/components/resolvedicon.jsx @@ -33,7 +33,7 @@ export default function ResolvedIcon({ icon, width = 32, height = 32, alt = "log }; if (prefix in prefixPaths) { - // get icon Source + // get icon source const iconName = icon.replace(`${prefix}-`, "").replace(".svg", ""); const iconSource = `${prefixPaths[prefix]}${iconName}.svg`;