Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Oct 26, 2023
1 parent c79e2f5 commit 8ec0ff9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/layout/navigation-3000/sidepanel/SidePanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { IconNotebook, IconQuestion } from '@posthog/icons'

export function SidePanel(): JSX.Element {
return (
<nav className="SidePanel3000">
<div className="SidePanel3000">
<div className="SidePanel3000__content">
<div className="SidePanel3000__top">
<div className="rotate-90 flex items-center gap-2 px-2">
Expand All @@ -13,6 +13,6 @@ export function SidePanel(): JSX.Element {
</div>
</div>
</div>
</nav>
</div>
)
}

0 comments on commit 8ec0ff9

Please sign in to comment.