Spell it all out for now

This commit is contained in:
Jason Zimdars
2025-06-03 08:54:37 -05:00
parent 6045b7a736
commit 98c1f32e1c
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -30,8 +30,8 @@
<menu contents>
<%= render "cards/index/collections_filter", filter: filter %>
</menu>
<p class="txt-small txt-nowrap txt-align-center margin-block-half full-width">
Press <kbd class="kbd"><%= hotkey_label(["ctrl", "J"]) -%></kbd> anytime to open this, <kbd class="kbd">esc</kbd> to close.
<p class="txt-small txt-align-center margin-block-half full-width">
Press <kbd class="kbd"><%= hotkey_label(["ctrl", "J"]) -%></kbd> anytime to open this, <kbd class="kbd">esc</kbd> to close, <kbd class="kbd">↑</kbd><kbd class="kbd">↓</kbd> to move, <kbd class="kbd">enter</kbd> to navigate, <kbd class="kbd">x</kbd> to select.
</p>
<% end %>
</div>
+2 -2
View File
@@ -35,8 +35,8 @@
<% end %>
<% end %>
<p class="txt-small txt-nowrap txt-align-center margin-block-half full-width">
Press <kbd class="kbd"><%= hotkey_label(["ctrl", "J"]) -%></kbd> anytime to open this, <kbd class="kbd">esc</kbd> to close.
<p class="txt-small txt-align-center margin-block-half full-width">
Press <kbd class="kbd"><%= hotkey_label(["ctrl", "J"]) -%></kbd> anytime to open this, <kbd class="kbd">esc</kbd> to close, <kbd class="kbd">↑</kbd><kbd class="kbd">↓</kbd> to move, <kbd class="kbd">enter</kbd> to navigate, <kbd class="kbd">x</kbd> to select.
</p>
<% end %>
</div>