Skip to content

Commit

Permalink
Update Navbar.component.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
w3bdesign committed Sep 24, 2024
1 parent 8f10d38 commit 2ca5fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header/Navbar.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const Navbar = () => {
</Link>
</div>
<div
className="flex items-center order-2 md:order-3 md:mx-auto lg:mx-0"
className="flex items-center order-2 md:order-3"
id="nav-content"
>
<AlgoliaSearchBox />
Expand Down

0 comments on commit 2ca5fc2

Please sign in to comment.