We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fad628 commit 8ec6971Copy full SHA for 8ec6971
resources/js/components/app-header.tsx
@@ -63,7 +63,7 @@ export function AppHeader({ breadcrumbs = [] }: AppHeaderProps) {
63
<SheetHeader className="flex justify-start text-left">
64
<AppLogoIcon className="h-6 w-6 fill-current text-black dark:text-white" />
65
</SheetHeader>
66
- <div className="mt-6 flex h-full flex-1 flex-col space-y-4">
+ <div className="p-4 flex h-full flex-1 flex-col space-y-4">
67
<div className="flex h-full flex-col justify-between text-sm">
68
<div className="flex flex-col space-y-4">
69
{mainNavItems.map((item) => (
0 commit comments