chore: use heavy logo

This commit is contained in:
Kieran 2023-12-05 09:59:20 +00:00
parent eea617686f
commit fe6ea586fc
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941
6 changed files with 5 additions and 13 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.6 KiB

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 976 B

After

Width:  |  Height:  |  Size: 1002 B

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 6.3 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@ -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;

View File

@ -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()}