Skip to content

Commit f83e6a6

Browse files
committed
fix(Icon): fixed component name
1 parent f780d4b commit f83e6a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/components/Icon.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import PfSpinner from './Spinner.vue';
2828
import { useOUIAProps, type OUIAProps } from '../helpers/ouia';
2929
3030
defineOptions({
31-
name: 'PfNotificationBadge',
31+
name: 'PfIcon',
3232
});
3333
3434
export interface Props extends OUIAProps, /* @vue-ignore */ HTMLAttributes {

0 commit comments

Comments
 (0)