mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 12:21:13 -05:00
Fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user