mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
fix(console): fix debug icon rendering in "Debug Console" Box (#6737)
Co-authored-by: Ben Guo <hundunben@gmail.com> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: Jacob Richman <jacob314@gmail.com> Co-authored-by: Arya Gummadi <aryagummadi@google.com>
This commit is contained in:
@@ -56,7 +56,7 @@ export const DetailedMessagesDisplay: React.FC<
|
|||||||
break;
|
break;
|
||||||
case 'debug':
|
case 'debug':
|
||||||
textColor = Colors.Gray; // Or Colors.Gray
|
textColor = Colors.Gray; // Or Colors.Gray
|
||||||
icon = '\u1F50D'; // Left-pointing magnifying glass (????)
|
icon = '\u{1F50D}'; // Left-pointing magnifying glass (🔍)
|
||||||
break;
|
break;
|
||||||
case 'log':
|
case 'log':
|
||||||
default:
|
default:
|
||||||
|
|||||||
Reference in New Issue
Block a user