Skip to content

Commit

Permalink
Fix page on admin page and sparkle bumping (#2141)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipperolet authored Oct 16, 2023
1 parent 04a560f commit deef317
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions front/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions front/pages/w/[wId]/members/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export default function WorkspaceAdmin({
topNavigationCurrent="settings"
subNavigation={subNavigationAdmin({ owner, current: "members" })}
>
<Page>
<Page.Vertical>
<div className="flex flex-col gap-6">
<Page.Header
title="Member Management"
Expand Down Expand Up @@ -145,7 +145,7 @@ export default function WorkspaceAdmin({
</div>
<MemberList />
</div>
</Page>
</Page.Vertical>
</AppLayout>
);

Expand Down

0 comments on commit deef317

Please sign in to comment.