Skip to content

Commit

Permalink
fix: remove tenant name from header title
Browse files Browse the repository at this point in the history
  • Loading branch information
janrembold committed May 8, 2024
1 parent a5c8d96 commit d3e64b4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@ export const Header = () => {

return (
<header className="header">
<Headline
semanticLevel="2"
text={tenant?.name || translate('app.title')}
/>
<Headline semanticLevel="2" text={translate('app.title')} />
<div className="header__right">
{agencyLogo ? (
<img src={agencyLogo} className="header__logo" alt="Logo" />
Expand Down

0 comments on commit d3e64b4

Please sign in to comment.