Skip to content

Commit 422e0a6

Browse files
committed
fix: Navbar overflow issue
1 parent bd888cb commit 422e0a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/Layout.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const Layout = () => {
3737
Paisable
3838
</span>
3939

40-
<div className="hidden md:block">
40+
<div className="hidden lg:block">
4141
<div className="ml-10 flex items-baseline space-x-4">
4242
<NavLink to="/dashboard" className={getNavLinkClass}>
4343
Dashboard

0 commit comments

Comments
 (0)