diff --git a/apps/web/layouts/AppLayout/AppLayout.tsx b/apps/web/layouts/AppLayout/AppLayout.tsx index 99012797..dc3ab998 100644 --- a/apps/web/layouts/AppLayout/AppLayout.tsx +++ b/apps/web/layouts/AppLayout/AppLayout.tsx @@ -104,14 +104,12 @@ export function AppLayout({ children, pageProps }: PropsWithChildren<{ pageProps icon={} title="Settings" /> - - } - title="Team Members" - /> - + } + title="Team Members" + /> ; -} - export async function getServerSideProps() { return { props: { @@ -33,4 +23,4 @@ export async function getServerSideProps() { }; } -TeamMembersPage.Layout = AppLayout; +TeamMembers.Layout = AppLayout;