Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions src/app/components/Head.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import flag from "../../assets/img/Flag.svg";
import {
Button,
Collapse,
Expand Down Expand Up @@ -60,16 +59,18 @@ const Head = ({
</HeaderRightZone>
</HeaderContent>
</Header>
<Header small type="center" className="p-0 border-bottom border-light" theme="light">
<Header
small
type="center"
className="p-0 border-bottom border-light"
theme="light"
>
<HeaderContent>
<HeaderBrand>
<div>
<img
src={flag}
alt="Logo of the Swiss Confederation"
height="30"
/>
<span className="fs-6 m-2 p-2 text-black border-start border-light">{t("editor.title")}</span>
<h1 className="fs-5 fw-normal text-black ">
{t("editor.title")}
</h1>
</div>
</HeaderBrand>
</HeaderContent>
Expand Down
4 changes: 0 additions & 4 deletions src/assets/img/Flag.svg

This file was deleted.

Loading