Skip to content

Commit

Permalink
Add mobile menu logo
Browse files Browse the repository at this point in the history
  • Loading branch information
ulises2607 committed Dec 19, 2023
1 parent 2361099 commit 477f068
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const Header = () => {
</svg>
</button>

<h2 className="font-bold text-2xl mr-10">Boat Logo</h2>
<img src={boatLogo} alt="Boat Logo" className="w-20" />
</div>

<ul className="flex flex-col text-xl font-bold items-center mb-[150px] uppercase">
Expand Down Expand Up @@ -155,7 +155,7 @@ const Header = () => {

{/* Desktop */}
<section className="hidden lg:flex flex-col justify-between h-full pb-6 border-r-slate-900">
<img className="mt-10" src={boatLogo} alt="boat-logo-full" />
<img src={boatLogo} alt="boat-logo-full" />

<nav className="mb-[200px] uppercase">
<ul className="hidden lg:flex flex-col text-xl m-0 font-bold">
Expand Down

0 comments on commit 477f068

Please sign in to comment.