diff --git a/web/src/components/helm/ChartBrowser.tsx b/web/src/components/helm/ChartBrowser.tsx
index 784872149..333d4742f 100644
--- a/web/src/components/helm/ChartBrowser.tsx
+++ b/web/src/components/helm/ChartBrowser.tsx
@@ -425,7 +425,9 @@ function LocalChartCard({ chart, onSelect }: LocalChartCardProps) {
)}
-
{chart.name}
+
+ {chart.name}
+
{chart.deprecated && (
deprecated
@@ -489,7 +491,9 @@ function ArtifactHubChartCard({ chart, onSelect }: ArtifactHubChartCardProps) {
{/* Name and org */}
-
{chart.name}
+
+ {chart.name}
+