Skip to content

Commit

Permalink
Fix header style
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikSchmidt committed Sep 16, 2024
1 parent bff1a23 commit 071e2e6
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions packages/dito/app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -223,11 +223,13 @@ const PageHeader = ({
<span className="font-bold">{header.title}</span>
<span className="mx-8">|</span>
{supportOfferingFlag && (
<Button href="/unterstuetzung" look="ghost">
Unterstützungsangebote
</Button>
<>
<Button href="/unterstuetzung" look="ghost">
Unterstützungsangebote
</Button>
<span className="mx-8">|</span>
</>
)}
<span className="mx-8">|</span>
{header.contact.msg}
</span>
<PhoneOutlined className="mx-8 w-18" />
Expand Down

0 comments on commit 071e2e6

Please sign in to comment.