diff --git a/src/components/Header.tsx b/src/components/Header.tsx index 8cc4b30..c71b514 100644 --- a/src/components/Header.tsx +++ b/src/components/Header.tsx @@ -28,7 +28,7 @@ export function Header() { className="h-full w-full transition-all duration-1000 hover:rotate-[360deg]" /> -

+

{t("header.title")}

diff --git a/src/components/iframe/IframeHeader.tsx b/src/components/iframe/IframeHeader.tsx index 453d56d..729c51d 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")}{" "}

@@ -98,10 +98,10 @@ export function IframeHeader(props: { url: string }) { script.onload = function () { if (!proxyWindow) return; proxyWindow.eruda.init({ - defaults: { - displaySize: 45, - theme: 'Material Palenight' - } + defaults: { + displaySize: 45, + theme: "Material Palenight" + } }); proxyWindow.eruda.show(); };