format: Apply Prettier to existing codebase
Formatting-only changes across all component and story files. No logic or behaviour changes — only whitespace, line breaks, and trailing commas. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -156,11 +156,7 @@ export const Navigation = React.forwardRef<HTMLDivElement, NavigationProps>(
|
||||
))}
|
||||
|
||||
{ctaLabel && (
|
||||
<Button
|
||||
variant="contained"
|
||||
size="medium"
|
||||
onClick={onCtaClick}
|
||||
>
|
||||
<Button variant="contained" size="medium" onClick={onCtaClick}>
|
||||
{ctaLabel}
|
||||
</Button>
|
||||
)}
|
||||
@@ -193,14 +189,8 @@ export const Navigation = React.forwardRef<HTMLDivElement, NavigationProps>(
|
||||
bgcolor: 'var(--fa-color-surface-subtle)',
|
||||
}}
|
||||
>
|
||||
<Box sx={{ display: 'flex', alignItems: 'center' }}>
|
||||
{logo}
|
||||
</Box>
|
||||
<IconButton
|
||||
aria-label="Close menu"
|
||||
onClick={handleDrawerToggle}
|
||||
size="small"
|
||||
>
|
||||
<Box sx={{ display: 'flex', alignItems: 'center' }}>{logo}</Box>
|
||||
<IconButton aria-label="Close menu" onClick={handleDrawerToggle} size="small">
|
||||
<CloseIcon />
|
||||
</IconButton>
|
||||
</Box>
|
||||
|
||||
Reference in New Issue
Block a user