diff --git a/webview-ui/src/components/marketplace/components/MarketplaceItemCard.tsx b/webview-ui/src/components/marketplace/components/MarketplaceItemCard.tsx index c382b36fce..2d20e8cadd 100644 --- a/webview-ui/src/components/marketplace/components/MarketplaceItemCard.tsx +++ b/webview-ui/src/components/marketplace/components/MarketplaceItemCard.tsx @@ -114,10 +114,10 @@ export const MarketplaceItemCard: React.FC = ({ item, {/* Installation status badges and tags in the same row */} {(isInstalled || (item.tags && item.tags.length > 0)) && ( -
+
{/* Installation status badge on the left */} {isInstalled && ( - + {t("marketplace:items.card.installed")} )}