Skip to content

Commit f861e70

Browse files
committed
Update size prop type to allow "text" in Heading component
1 parent b9d2ec3 commit f861e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/components/Common/Heading.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ interface Props {
1818
bold?: boolean;
1919
separator?: boolean;
2020
inline?: boolean;
21-
size?: BootstrapSize;
21+
size?: BootstrapSize | "text";
2222
icon?: IconLike;
2323
truncate?: boolean;
2424
collapse?: "open" | "closed" | "none";

0 commit comments

Comments
 (0)