diff --git a/public/logo.png b/public/logo.png index 67cd6ea..bce5fa7 100644 Binary files a/public/logo.png and b/public/logo.png differ diff --git a/public/logo_256.png b/public/logo_256.png index 4fc3ae9..50112cd 100644 Binary files a/public/logo_256.png and b/public/logo_256.png differ diff --git a/public/logo_32.png b/public/logo_32.png index 375a4a2..b62fa89 100644 Binary files a/public/logo_32.png and b/public/logo_32.png differ diff --git a/public/zap-stream.svg b/public/zap-stream.svg index 5d1dffc..b0fb3a1 100644 --- a/public/zap-stream.svg +++ b/public/zap-stream.svg @@ -1,4 +1,3 @@ - - - + + \ No newline at end of file diff --git a/src/pages/layout.css b/src/pages/layout.css index 577a346..33c9b4d 100644 --- a/src/pages/layout.css +++ b/src/pages/layout.css @@ -33,15 +33,6 @@ header { gap: 24px; } -header .logo { - background: url("/zap-stream.svg") no-repeat; - background-size: cover; - border-radius: 16px; - width: 48px; - height: 48px; - cursor: pointer; -} - header .btn-header { height: 32px; border-bottom: 2px solid transparent; diff --git a/src/pages/layout.tsx b/src/pages/layout.tsx index 63f9982..ca2dcf0 100644 --- a/src/pages/layout.tsx +++ b/src/pages/layout.tsx @@ -124,7 +124,9 @@ export function LayoutPage() { Home - zap.stream
-
navigate("/")}>
+
navigate("/")}> + +
{/* Future menu items go here */}
{langSelector()}