diff --git a/src/components/Header.tsx b/src/components/Header.tsx index fcad4b9..1c3016d 100644 --- a/src/components/Header.tsx +++ b/src/components/Header.tsx @@ -18,18 +18,16 @@ export function Header() { id="navbar" className="flex h-16 flex-row items-center justify-between bg-navbar-color px-4" > - +
-
-
- Nebula Logo -
-

- {t("header.title")} + Nebula Logo +

+ {" "} + {t("header.title")}{" "}

diff --git a/src/components/iframe/IframeHeader.tsx b/src/components/iframe/IframeHeader.tsx index 729c51d..da8c31c 100644 --- a/src/components/iframe/IframeHeader.tsx +++ b/src/components/iframe/IframeHeader.tsx @@ -39,7 +39,7 @@ export function IframeHeader(props: { url: string }) { className="h-16 w-16 transition-all duration-1000 hover:rotate-[360deg]" alt="Nebula Logo" > -

+

{" "} {t("header.title")}{" "}