Merge branch 'main' into profile

This commit is contained in:
Alejandro Gomez
2023-07-01 10:42:12 +02:00
24 changed files with 383 additions and 73 deletions

View File

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