Skip to content

Commit

Permalink
fix: spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
reneaaron committed Jul 24, 2024
1 parent b97b3c3 commit 1ac21e7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions frontend/src/components/layouts/AppLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -202,11 +202,10 @@ export default function AppLayout() {
<div className="flex h-full max-h-screen flex-col gap-2 sticky top-0">
<div className="flex-1">
<nav className="grid items-start px-2 py-2 text-sm font-medium lg:px-4">
<div className="p-3 flex justify-between items-center mb-3">
<div className="px-3 flex justify-between items-center mt-2 lg:mt-6 mb-6">
<Link to="/">
<AlbyHubIcon className="text-primary-80" />
<AlbyHubIcon className="text-primary/80" />
</Link>

<TooltipProvider>
<Tooltip>
<TooltipTrigger>
Expand Down

0 comments on commit 1ac21e7

Please sign in to comment.