Skip to content

Commit

Permalink
chore: update tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven committed Dec 21, 2023
1 parent 1f78233 commit 99e4320
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ jobs:
tag="pr-${{ github.event.pull_request.number }}"
echo "preid=${preid}"
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
# Use yarn to bump the version for the prerelease
Expand Down
1 change: 1 addition & 0 deletions src/components/toolbar/TooltipShortcut.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
class="keys"
>
<kbd
:aria-label="isMac ? 'Command' : 'Control'"
class="keyboard-button meta-key"
:class="{ 'mac': isMac }"
/>
Expand Down

0 comments on commit 99e4320

Please sign in to comment.