fix list token link url

This commit is contained in:
saml33 2023-06-05 10:41:17 +10:00
parent 9017788247
commit 82e6f8b249
2 changed files with 2 additions and 2 deletions

View File

@ -350,7 +350,7 @@ const HomePage = () => {
<p className="intro-p">{t('home:token-listings-desc')}</p>
<ButtonLink
className="mt-10"
path="https://app.mango.markets/governance/listToken"
path="https://app.mango.markets/governance/list"
linkText={t('home:list-token')}
size="large"
/>

File diff suppressed because one or more lines are too long