Skip to content

Commit

Permalink
DIGG-217-beta: Removing outcommented code
Browse files Browse the repository at this point in the history
  • Loading branch information
Mika Munterud committed Jan 19, 2024
1 parent 387d443 commit 679c433
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions components/navigation/ContainerNav/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,7 @@ export const ContainerNav: React.FC<ContainerDpDwnProps> = ({
};

return (
<nav
className="relative"
/* className={`relative mb-lg flex h-fit xl:col-span-1 xl:col-start-1 xl:row-span-2 xl:mb-xl`} */
>
<nav className="relative">
{expanded && (
<div className="fixed left-none top-none z-30 h-screen w-screen bg-brownOpaque5 md:hidden" />
)}
Expand Down

0 comments on commit 679c433

Please sign in to comment.