diff --git a/app/onboarding/page.tsx b/app/onboarding/page.tsx index d5d3614..d767ab9 100644 --- a/app/onboarding/page.tsx +++ b/app/onboarding/page.tsx @@ -56,6 +56,8 @@ function SelectionScreen({ onBack?: () => void; onNext: () => void; }) { + // TODO: Maybe make total question number a prop + // rather than hard-code as 3 return ( <> @@ -82,14 +84,16 @@ function SelectionScreen({ /> - + {onBack && ( + + )}