Update web/src/components/icon-details.tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Thomas Camlong <thomas@ajnart.dev>
This commit is contained in:
Thomas Camlong
2025-12-26 20:19:19 +01:00
committed by GitHub
parent 7f18cbcbb2
commit 4dd98a3807

View File

@@ -569,7 +569,7 @@ export function IconDetails({
const canCustomize =
svgUrl !== null &&
availableFormats.includes("svg") &&
hasGradients === false;
hasGradients !== true;
return (
<main className="container mx-auto pt-12 pb-14 px-4 sm:px-6 lg:px-8">