Skip to content

Commit 761f36f

Browse files
Acount screen themeing tweaks (#482)
2 parents a939bd1 + 898b980 commit 761f36f

File tree

6 files changed

+212
-387
lines changed

6 files changed

+212
-387
lines changed

apps/next/pages/account/index.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ export const Page: NextPageWithLayout = () => {
2323

2424
export const getServerSideProps = userProtectedGetSSP()
2525
Page.getLayout = (children) => (
26-
<HomeLayout TopNav={<TopNav header="Account" button={ButtonOption.SETTINGS} />}>
27-
{children}
28-
</HomeLayout>
26+
<HomeLayout TopNav={<TopNav header="Account" />}>{children}</HomeLayout>
2927
)
3028

3129
export default Page

0 commit comments

Comments
 (0)