This commit is contained in:
Saoud Rizwan
2024-12-11 15:52:48 -08:00
parent 657881dbe2
commit a34f39452c

View File

@@ -20,10 +20,7 @@ const McpResourceRow = ({ item }: McpResourceRowProps) => {
alignItems: "center",
marginBottom: "4px",
}}>
<span
className={`codicon codicon-symbol-${isTemplate ? "template" : "file"}`}
style={{ marginRight: "6px" }}
/>
<span className={`codicon codicon-symbol-file`} style={{ marginRight: "6px" }} />
<span style={{ fontWeight: 500, wordBreak: "break-all" }}>{uri}</span>
</div>
<div