chore: use heavy logo
BIN
public/logo.png
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 9.0 KiB |
Before Width: | Height: | Size: 7.6 KiB After Width: | Height: | Size: 7.9 KiB |
Before Width: | Height: | Size: 976 B After Width: | Height: | Size: 1002 B |
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 3.7 KiB |
@ -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;
|
||||
|
@ -124,7 +124,9 @@ export function LayoutPage() {
|
||||
<title>Home - zap.stream</title>
|
||||
</Helmet>
|
||||
<header>
|
||||
<div className="logo" onClick={() => navigate("/")}></div>
|
||||
<div className="bg-[#f1f0ff] flex items-center pointer rounded-2xl aspect-square px-1" onClick={() => navigate("/")}>
|
||||
<img src="/zap-stream.svg" width={40} />
|
||||
</div>
|
||||
<div className="grow">{/* Future menu items go here */}</div>
|
||||
<div className="flex items-center gap-3">
|
||||
{langSelector()}
|
||||
|