Skip to content

Commit

Permalink
fixes navigation height without projects
Browse files Browse the repository at this point in the history
  • Loading branch information
agnlez committed Jan 16, 2024
1 parent 4e6ed60 commit c54ecc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/layout/project/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const ProjectLayout = ({
className,
}: PropsWithChildren<{ className?: string }>): JSX.Element => {
return (
<div className="flex">
<div className="flex min-h-screen">
<Navigation />
{children && (
<main
Expand Down

1 comment on commit c54ecc7

@vercel
Copy link

@vercel vercel bot commented on c54ecc7 Jan 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

marxan – ./

marxan23.vercel.app
marxan-vizzuality1.vercel.app
marxan-git-develop-vizzuality1.vercel.app

Please sign in to comment.