Skip to content

Commit ebc6f83

Browse files
committed
fix: formatting
1 parent 1adc759 commit ebc6f83

File tree

1 file changed

+12
-11
lines changed
  • packages/component-library/src/Header

1 file changed

+12
-11
lines changed

packages/component-library/src/Header/index.tsx

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -55,17 +55,18 @@ export const Header = ({
5555
{mainMenu}
5656
</div>
5757
<div className={styles.rightMenu}>
58-
{displaySupportButton && <Button
59-
variant="ghost"
60-
size="sm"
61-
rounded
62-
beforeIcon={<Lifebuoy />}
63-
drawer={SupportDrawer}
64-
className={styles.supportButton ?? ""}
65-
>
66-
Support
67-
</Button>
68-
}
58+
{displaySupportButton && (
59+
<Button
60+
variant="ghost"
61+
size="sm"
62+
rounded
63+
beforeIcon={<Lifebuoy />}
64+
drawer={SupportDrawer}
65+
className={styles.supportButton ?? ""}
66+
>
67+
Support
68+
</Button>
69+
)}
6970
{extraCta}
7071
<MobileMenu className={styles.mobileMenu} mainCta={mainCta} />
7172
<Button

0 commit comments

Comments
 (0)