Skip to content

Commit

Permalink
Larger navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
vhiribarren committed Jan 5, 2024
1 parent ec302d5 commit 02aaef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default function RootLayout({ children }: RootLayoutProps) {
<AppShell
header={{ height: 60 }}
navbar={{
width: 220,
width: 250,
breakpoint: "sm",
collapsed: { mobile: !mobileOpened, desktop: !desktopOpened },
}}
Expand Down

0 comments on commit 02aaef0

Please sign in to comment.