Skip to content

Commit

Permalink
fix: navbar layout
Browse files Browse the repository at this point in the history
  • Loading branch information
diwashbhattarai999 committed May 11, 2024
1 parent b18c2d3 commit 719f0be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/sections/navbar/nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const Navbar = () => {
) : (
<>
{/* Show if user is not logged in */}
<div className="ml-5 xl:ml-20">
<div className="ml-5 xl:ml-20 flex items-center gap-2 lg:gap-4">
{/* Signin button */}
<Link href={"/login"}>
<Button
Expand Down

0 comments on commit 719f0be

Please sign in to comment.