diff --git a/src/renderer/components/+helm-charts/helm-placeholder.svg b/src/renderer/components/+helm-charts/helm-placeholder.svg deleted file mode 100644 index 000fd37f64..0000000000 --- a/src/renderer/components/+helm-charts/helm-placeholder.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/renderer/components/+helm-charts/icon.tsx b/src/renderer/components/+helm-charts/icon.tsx index 1938fb2b0b..3cb599683a 100644 --- a/src/renderer/components/+helm-charts/icon.tsx +++ b/src/renderer/components/+helm-charts/icon.tsx @@ -5,7 +5,6 @@ import React, { useState } from "react"; import type { HelmChart } from "../../../common/k8s-api/endpoints/helm-charts.api"; -import HelmLogoPlaceholder from "./helm-placeholder.svg"; export interface HelmChartIconProps { className?: string; @@ -21,12 +20,21 @@ export const HelmChartIcon = ({ if (!icon || failedToLoad) { return ( -
+