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

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidRouyer committed Oct 2, 2023
1 parent ca60ce5 commit 84d7dfc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const LayoutWithSidebar: FC<{
content: (
<div className="text-xs font-semibold leading-6 text-gray-400">
<FormattedMessage id="layout.team" />
<ul className="-mx-2 flex flex-col gap-y-1">
<ul className="-mx-2 mt-2 flex flex-col gap-y-1">
<Suspense fallback={null}>
<TeamMemberList />
</Suspense>
Expand Down

0 comments on commit 84d7dfc

Please sign in to comment.