Skip to content

Commit 180fb1a

Browse files
committed
FIX build
1 parent 6fd6bd1 commit 180fb1a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs-src/src/components/headline-with-icon.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ export function HeadlineWithIcon({ children, icon, subtitle, h1, h2, h3 }: { chi
1212
let marginRight = '20px';
1313
if (h1) {
1414
size = '40px';
15+
} else if (h2) {
16+
1517
} else if (h3) {
1618
size = '30px';
1719
marginRight = '15px';

0 commit comments

Comments
 (0)