Skip to content

Commit 75803cd

Browse files
committed
Use badge in shortcut hint
1 parent 9f11083 commit 75803cd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

frontend/src/views/MatchView.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,9 @@ onUnmounted(() => {
7676
<div class="row justify-evenly">
7777
<AutoContinueInput/>
7878
<div class="q-my-auto">
79-
Press Ctrl + id to continue
79+
Press Ctrl +
80+
<q-badge label="id" color="orange"/>
81+
to continue
8082
</div>
8183
</div>
8284
<template v-if="halftime">

0 commit comments

Comments
 (0)