Skip to content

Commit

Permalink
Update HeaderBranding.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
wwills2 authored Aug 13, 2024
1 parent 17ecd10 commit 1231fac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/HeaderBranding.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ const HeaderBranding = withTheme(({ width = 50, height = 50 }) => {
return svgContent ? (
<LogoContainer>
<img src={svgDataUrl} width={width} height={height} alt="Header Branding" />
Registry
</LogoContainer>
) : (
<></>
Expand Down

0 comments on commit 1231fac

Please sign in to comment.