Skip to content

Commit

Permalink
Update packages/ui/src/header/index.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Kyle Gach <[email protected]>
  • Loading branch information
cdedreuille and kylegach committed Aug 28, 2024
1 parent 2541a61 commit 50a6767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const Header: FC<HeaderProps> = ({
<a
className="ui-pl-2 md:ui-px-3 ui-h-8 ui-flex ui-items-center"
href="/"
aria-label="Go to Storybook home"
aria-label="Home"
>
<StorybookLogo
color={variant === 'home' ? 'white' : 'system'}
Expand Down

0 comments on commit 50a6767

Please sign in to comment.