Skip to content

Commit

Permalink
chore: route fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Karlen9 committed Sep 30, 2024
1 parent c1a4eb1 commit 1613cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default function Home(): ReactElement {
<div className={'flex flex-col gap-10'}>
<CategorySection
title={'Vaults'}
onExpandClick={() => router.push('/home/lockers')}
onExpandClick={() => router.push('/home/vaults')}
apps={VAULTS_APPS}
/>
<CategorySection
Expand Down

0 comments on commit 1613cac

Please sign in to comment.