Skip to content

Commit

Permalink
Merge pull request #590 from MeetDOD/issue-584
Browse files Browse the repository at this point in the history
Bug: Fixed Navbar gap at x axis successfully issue 584
  • Loading branch information
akbatra567 authored Aug 10, 2024
2 parents 7645861 + f8d2b86 commit 379e176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const Navbar: React.FC<NavbarProps> = ({ theme, toggleTheme }) => {
<div className="flex items-center justify-between w-full ">
<div className="hidden lg:block md:ml-2 ">
<div className="flex gap-[34vw]">
<div className="flex items-center ">
<div className="flex items-center gap-3">
<Link
to="/app"
className={getNavLinkClass("/app")}
Expand Down

0 comments on commit 379e176

Please sign in to comment.