Skip to content

Commit

Permalink
Update components/header/src/Header.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel A.C. Martin <daniel-ac-martin@users.noreply.github.com>
  • Loading branch information
wildtangent and daniel-ac-martin authored Jan 31, 2025
1 parent 6083e7a commit 1011b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/header/src/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export const Header: FC<HeaderProps> = ({
? headerLogo
: (
<Fragment>
{headerLogo}
{logo}
<span className={classes('logotype-text')}>
{orgText}
</span>
Expand Down

0 comments on commit 1011b5a

Please sign in to comment.