mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 20:31:37 -05:00
Minor fixes
This commit is contained in:
@@ -351,9 +351,7 @@ export const highlightMentions = (text?: string, withShadow = true) => {
|
||||
return (
|
||||
<span
|
||||
key={index}
|
||||
className={`mention-context-highlight-${
|
||||
withShadow ? "visible-with-shadow" : "visible-without-shadow"
|
||||
}`}>
|
||||
className={withShadow ? "mention-context-highlight-with-shadow" : "mention-context-highlight"}>
|
||||
@{part}
|
||||
</span>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user