Merge branch 'master' of https://git.logicloop.io/jaymehta/zango-frontend
Showing
5 changed files
with
30 additions
and
10 deletions
-
Please register or sign in to post a comment
... | ... | @@ -71,7 +71,7 @@ const Header = () => { |
</Form> | ||
{/* {console.log(user.id)} */} | ||
{loadedUser && loadedUser.id ? ( | ||
<div> | ||
<div className="top-btn"> | ||
<div> | ||
<p>Brand Logo</p> | ||
</div> | ||
... | ... |
... | ... | @@ -255,7 +255,7 @@ const ListingFilter = () => { |
</div> | ||
<div className="time"> | ||
<div> | ||
<label>Minimum duration:</label> | ||
<label>maximum duration:</label> | ||
</div> | ||
<div className=""> | ||
<Input | ||
... | ... |