We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 450c3cf commit 251dd12Copy full SHA for 251dd12
index.html
@@ -447,16 +447,16 @@
447
<div class="error-container">
448
<p class="error-message">Command "<strong>${rawCommand}</strong>" not recognized.${suggestionHTML}</p>
449
<div class="button-container">
450
- <button id="googleButton" class="error-btn">
451
- Search on Google <span class="shortcut-hint">(g)</span>
452
- </button>
453
${
454
suggested
455
? `<button id="suggestedButton" class="error-btn">
456
Use suggestion: ${suggested} <span class="shortcut-hint">(y)</span>
457
</button>`
458
: ""
459
}
+ <button id="googleButton" class="error-btn">
+ Search on Google <span class="shortcut-hint">(g)</span>
+ </button>
460
</div>
461
462
${generateCommandList()}
0 commit comments