mirror of
https://github.com/homarr-labs/dashboard-icons.git
synced 2026-01-13 00:27:20 +08:00
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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user