Skip to content

Commit

Permalink
Update Navber.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Divya4242 authored May 15, 2024
1 parent 24ccbe6 commit 388f1d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/components/shop/partials/Navber.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,15 @@ const Navber = (props) => {
style={{ letterSpacing: "0.10rem" }}
className="flex items-left text-center font-bold uppercase text-gray-800 text-2xl cursor-pointer px-2 text-center"
>
Divya
Hayroo
</span>
</div>
<div
onClick={(e) => history.push("/")}
style={{ letterSpacing: "0.70rem" }}
className="hidden lg:block flex items-left col-span-1 text-center text-gray-800 font-bold tracking-widest uppercase text-2xl cursor-pointer"
>
Divya
Hayroo
</div>
<div className="flex items-right col-span-2 lg:col-span-1 flex justify-end">
{/* WishList Page Button */}
Expand Down

0 comments on commit 388f1d8

Please sign in to comment.