Remove unnecessary recommended flag

This commit is contained in:
Saoud Rizwan 2025-02-19 01:57:07 -08:00
parent d6f51b4525
commit 97fa8cffb9

View file

@ -201,7 +201,7 @@ const McpMarketplaceCard = ({ item, installedServers }: McpMarketplaceCardProps)
{/* Description and tags */}
<div style={{ display: "flex", flexDirection: "column", gap: 12 }}>
{!item.isRecommended && (
{/* {!item.isRecommended && (
<div
style={{
display: "flex",
@ -215,7 +215,7 @@ const McpMarketplaceCard = ({ item, installedServers }: McpMarketplaceCardProps)
<span className="codicon codicon-warning" style={{ fontSize: "14px" }} />
<span>Community Made (use at your own risk)</span>
</div>
)}
)} */}
<p style={{ fontSize: "13px", margin: 0 }}>{item.description}</p>
<div