From 53dbfcca3446c45b69d67b73fbe4c3affee7a990 Mon Sep 17 00:00:00 2001 From: William Grant Date: Fri, 23 Feb 2024 15:47:54 +1100 Subject: [PATCH] feat: updated back button icon --- ts/components/registration/components/BackButton.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ts/components/registration/components/BackButton.tsx b/ts/components/registration/components/BackButton.tsx index b0491dc58..105a91cc2 100644 --- a/ts/components/registration/components/BackButton.tsx +++ b/ts/components/registration/components/BackButton.tsx @@ -15,7 +15,9 @@ export const BackButton = () => { return ( { dispatch(setOnboardingStep(Onboarding.Start));