Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Commit

Permalink
Update header.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
khylpe committed Apr 25, 2024
1 parent 00b6d10 commit 2a1eca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default function Header({ collapsed, setCollapsed }: { collapsed: Boolean
key: "dashboard",
style: { marginLeft: '15px' },
}
] : []),
] : []),
{
label: (<>
{avatarSrc ? (
Expand Down

0 comments on commit 2a1eca0

Please sign in to comment.