Skip to content

Commit 96ebfb3

Browse files
Fix Deposit back arrow
1 parent b731f92 commit 96ebfb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/next/pages/deposit/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const Page: NextPageWithLayout = () => {
1919
export const getServerSideProps = userProtectedGetSSP()
2020

2121
Page.getLayout = (children) => (
22-
<HomeLayout TopNav={<TopNav header="Deposit" />}>{children}</HomeLayout>
22+
<HomeLayout TopNav={<TopNav header="Deposit" backFunction="home" />}>{children}</HomeLayout>
2323
)
2424

2525
export default Page

0 commit comments

Comments
 (0)