Context
HomePage passes onNav={() => router.push('/explore')}, ignoring the screen argument, so the prop's signature is misleading.
Scope
- Either route by the argument or simplify the prop to match its single behaviour.
Acceptance criteria
- The navigation prop's type matches its behaviour.
Pointers
src/app/page.tsx, src/screens/Landing.tsx.
Context
HomePagepassesonNav={() => router.push('/explore')}, ignoring thescreenargument, so the prop's signature is misleading.Scope
Acceptance criteria
Pointers
src/app/page.tsx,src/screens/Landing.tsx.