chore: use heavy logo

This commit is contained in:
2023-12-05 09:59:20 +00:00
parent eea617686f
commit fe6ea586fc
6 changed files with 5 additions and 13 deletions

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