We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fd6bd1 commit 180fb1aCopy full SHA for 180fb1a
1 file changed
docs-src/src/components/headline-with-icon.tsx
@@ -12,6 +12,8 @@ export function HeadlineWithIcon({ children, icon, subtitle, h1, h2, h3 }: { chi
12
let marginRight = '20px';
13
if (h1) {
14
size = '40px';
15
+ } else if (h2) {
16
+
17
} else if (h3) {
18
size = '30px';
19
marginRight = '15px';
0 commit comments