This commit is contained in:
silas-x 2023-01-26 09:56:32 +00:00
parent 19bd3b0349
commit 14562f70c4
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ export async function getStaticProps({ locale }: { locale: string }) {
'swap', 'swap',
'token', 'token',
'trade', 'trade',
'close-account' 'close-account',
])), ])),
}, },
} }

View File

@ -15,7 +15,7 @@ export async function getStaticProps({ locale }: { locale: string }) {
'swap', 'swap',
'settings', 'settings',
'trade', 'trade',
'close-account' 'close-account',
])), ])),
}, },
} }