@@ -60,15 +60,15 @@ export async function update(): Promise<void> {
6060 if ( wordsHasTab ( ) ) {
6161 if ( Config . quickRestart === "esc" ) {
6262 testModesNotice . appendHtml (
63- `<div class="textButton noInteraction"><i class="fas fa-long-arrow-alt-right"></i> shift + tab to open commandline</div>` ,
63+ `<div class="textButton noInteraction"><kbd> shift + tab</kbd> to open commandline</div>` ,
6464 ) ;
6565 testModesNotice . appendHtml (
66- `<div class="textButton noInteraction"><i class="fas fa-level-down-alt fa-rotate-90"></i>shift + esc to restart</div>` ,
66+ `<div class="textButton noInteraction"><kbd>esc</kbd> to restart</div>` ,
6767 ) ;
6868 }
6969 if ( Config . quickRestart === "tab" ) {
7070 testModesNotice . appendHtml (
71- `<div class="textButton noInteraction"><i class="fas fa-level-down-alt fa-rotate-90"></i> shift + tab to restart</div>` ,
71+ `<div class="textButton noInteraction"><kbd> shift + tab</kbd> to restart</div>` ,
7272 ) ;
7373 }
7474 }
@@ -78,7 +78,7 @@ export async function update(): Promise<void> {
7878 Config . quickRestart === "enter"
7979 ) {
8080 testModesNotice . appendHtml (
81- `<div class="textButton noInteraction"><i class="fas fa-level-down-alt fa-rotate-90"></i> shift + enter to restart</div>` ,
81+ `<div class="textButton noInteraction"><kbd> shift + enter</kbd> to restart</div>` ,
8282 ) ;
8383 }
8484
@@ -88,7 +88,7 @@ export async function update(): Promise<void> {
8888 testModesNotice . appendHtml (
8989 `<div class="textButton noInteraction"><i class="fas fa-book"></i>${ escapeHTML (
9090 customTextName ,
91- ) } (shift + enter to save progress)</div>`,
91+ ) } (<kbd> shift + enter</kbd> to save progress)</div>`,
9292 ) ;
9393 }
9494
@@ -100,7 +100,7 @@ export async function update(): Promise<void> {
100100
101101 if ( Config . mode === "zen" ) {
102102 testModesNotice . appendHtml (
103- `<div class="textButton noInteraction"><i class="fas fa-poll"></i> shift + enter to finish zen </div>` ,
103+ `<div class="textButton noInteraction"><kbd> shift + enter</kbd> to finish zen </div>` ,
104104 ) ;
105105 }
106106
0 commit comments