From 4dd98a38075ffe4f2c19eb99aeacdafd1339c845 Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Fri, 26 Dec 2025 20:19:19 +0100 Subject: [PATCH] Update web/src/components/icon-details.tsx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Thomas Camlong --- web/src/components/icon-details.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/icon-details.tsx b/web/src/components/icon-details.tsx index b9f7dd12..892f910e 100644 --- a/web/src/components/icon-details.tsx +++ b/web/src/components/icon-details.tsx @@ -569,7 +569,7 @@ export function IconDetails({ const canCustomize = svgUrl !== null && availableFormats.includes("svg") && - hasGradients === false; + hasGradients !== true; return (