Skip to content

Commit 173ddd8

Browse files
authored
fix(hub-ui): render the macOS Control key symbol (#385)
1 parent 61c0f59 commit 173ddd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/hub-ui/src/client/components/views-builtin/SettingsShortcuts.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ watch(editorOpen, async (v) => {
393393
:class="editorCtrl ? 'bg-primary/15 border-primary/30 text-primary' : 'border-base op50 hover:op80'"
394394
@click="editorCtrl = !editorCtrl"
395395
>
396-
\u2303 Ctrl
396+
Ctrl
397397
</button>
398398
<button
399399
class="px-3 py-1.5 rounded-md text-xs font-mono border transition-colors"

0 commit comments

Comments
 (0)