Update header logo

This commit is contained in:
Kieran 2023-07-05 19:06:07 +01:00
parent 993f5b8fa2
commit 0278886976
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941
2 changed files with 3 additions and 9 deletions

View File

@ -90,15 +90,11 @@ header {
}
header .logo {
background: #171717;
background: url("public/logo.png") no-repeat #171717;
background-size: cover;
border-radius: 16px;
width: 48px;
height: 48px;
font-weight: bold;
font-size: 24px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}

View File

@ -63,9 +63,7 @@ export function LayoutPage() {
}
>
<header>
<div className="logo" onClick={() => navigate("/")}>
S
</div>
<div className="logo" onClick={() => navigate("/")}></div>
<div className="paper">
<input className="search-input" type="text" placeholder="Search" />
<Icon name="search" size={15} />