Skip to content

Commit

Permalink
fix(Tooltip): typo in kbd component
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Jan 15, 2024
1 parent a3a7201 commit 4405d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/components/overlays/Tooltip.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<UKbd v-for="shortcut of shortcuts" :key="shortcut" size="xs">
{{ shortcut }}
</Ukbd>
</UKbd>
</span>
</div>
</div>
Expand Down

0 comments on commit 4405d32

Please sign in to comment.