mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-07-17 17:34:39 +08:00
fix(web): add data route to LandingPage navigation
This commit is contained in:
@@ -36,6 +36,7 @@ export function LandingPage() {
|
|||||||
onLoginRequired={handleLoginRequired}
|
onLoginRequired={handleLoginRequired}
|
||||||
onPageChange={(page) => {
|
onPageChange={(page) => {
|
||||||
const pathMap: Record<string, string> = {
|
const pathMap: Record<string, string> = {
|
||||||
|
'data': '/data',
|
||||||
'competition': '/competition',
|
'competition': '/competition',
|
||||||
'strategy-market': '/strategy-market',
|
'strategy-market': '/strategy-market',
|
||||||
'traders': '/traders',
|
'traders': '/traders',
|
||||||
|
|||||||
Reference in New Issue
Block a user