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", alignItems: "center",
marginBottom: "4px", marginBottom: "4px",
}}> }}>
<span <span className={`codicon codicon-symbol-file`} style={{ marginRight: "6px" }} />
className={`codicon codicon-symbol-${isTemplate ? "template" : "file"}`}
style={{ marginRight: "6px" }}
/>
<span style={{ fontWeight: 500, wordBreak: "break-all" }}>{uri}</span> <span style={{ fontWeight: 500, wordBreak: "break-all" }}>{uri}</span>
</div> </div>
<div <div