Skip to content

Commit

Permalink
chore:added routing to storefront
Browse files Browse the repository at this point in the history
  • Loading branch information
BuyankhuuTsCAl committed Nov 16, 2023
1 parent dae8c56 commit 82e6024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/cart/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default function OrderPage() {
<GlobalStyle />
<PageDiv>
<ForceColumnDiv>
<BackDiv onClick={() => router.push('/profileScreen')}>
<BackDiv onClick={() => router.push('/storefront')}>
<ArrowLeft />
<Backtext>Back</Backtext>
</BackDiv>
Expand Down

0 comments on commit 82e6024

Please sign in to comment.