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 { header .logo {
background: #171717; background: url("public/logo.png") no-repeat #171717;
background-size: cover;
border-radius: 16px; border-radius: 16px;
width: 48px; width: 48px;
height: 48px; height: 48px;
font-weight: bold;
font-size: 24px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer; cursor: pointer;
} }

View File

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