Skip to content

Commit

Permalink
sidebar.njk: Keybindings → Keybinding Scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
precondition committed Sep 25, 2024
1 parent 95eac75 commit 5f87bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_includes/partials/sidebar.njk
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
<br>

<fieldset class="flex flex-col">
<legend>Keybindings</legend>
<legend>Keybinding Scheme</legend>
{% for keybindingsScheme in collections.posts | mapToDbField("keybindings") | flatten | sort | uniq %}
<label class="inline-flex items-center mt-3">
<input type="checkbox" name="keybindings" value="{{ keybindingsScheme }}" onclick="updatePostGrid(this)" class="keymap-filter form-checkbox h-5 w-5 text-gray-600">
Expand Down

0 comments on commit 5f87bb7

Please sign in to comment.