Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
fix(components): Change default as prop of kbd to kdb from h2
Browse files Browse the repository at this point in the history
  • Loading branch information
carwack committed Oct 9, 2023
1 parent 2bfa629 commit 8c7d7ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/layout/src/kbd.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const CKbd = defineComponent({
props: {
as: {
type: [String, Object] as PropType<DOMElements>,
default: "h2",
default: "kbd",
},
...vueThemingProps,
},
Expand Down

0 comments on commit 8c7d7ef

Please sign in to comment.