Skip to content

Commit

Permalink
refactor: replace navbar component
Browse files Browse the repository at this point in the history
  • Loading branch information
yuval-hazaz committed Sep 2, 2023
1 parent 5e517bf commit 63d18d0
Show file tree
Hide file tree
Showing 7 changed files with 589 additions and 333 deletions.
2 changes: 0 additions & 2 deletions components/Header/MainBar/index.jsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
import Logo from '../Logo';
import Menu from '../Menu';

const MainBar = () => {
return (
<div className="relative z-10 w-full bg-purple-dark border border-light-blue border-solid border-r-0 border-l-0 border-t-0 fixed laptop:static top-0 w-full">
<div className="w-full max-w-container m-container p-container laptop:max-w-container-desktop laptop:m-container-desktop laptop:p-container-desktop relative z-10 flex justify-between items-center relative py-6 laptop:py-0 !max-w-[1904px]">
<Logo />
<Menu />
</div>
</div>
Expand Down
Loading

0 comments on commit 63d18d0

Please sign in to comment.