Skip to content

Commit 514c145

Browse files
committed
fix(CNavbarBrand): add proper class name
1 parent ce4516f commit 514c145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/coreui-vue/src/components/navbar/CNavbarBrand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const CNavbarBrand = defineComponent({
2626
h(
2727
props.component ? props.component : props.href ? 'a' : 'span',
2828
{
29-
class: 'header-brand',
29+
class: 'navbar-brand',
3030
href: props.href,
3131
},
3232
slots.default && slots.default(),

0 commit comments

Comments
 (0)