We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f99528 commit 478dbc2Copy full SHA for 478dbc2
cli/src/components/stop-button.tsx
@@ -24,7 +24,7 @@ export const StopButton = ({ onClick }: StopButtonProps) => {
24
fg={theme.secondary}
25
attributes={hovered ? TextAttributes.BOLD : TextAttributes.NONE}
26
>
27
- ■ Stop
+ ■ Esc
28
</span>
29
</text>
30
</Button>
0 commit comments