link to trello board from contribute

This commit is contained in:
saml33 2023-05-26 09:47:01 +10:00
parent f7f52888d0
commit d2daec631b
4 changed files with 4 additions and 4 deletions

View File

@ -89,7 +89,7 @@ const Footer = () => {
title={t('navigation:liquidator')}
/>
<FooterLink
path="https://github.com/blockworks-foundation"
path="https://trello.com/b/tIj7K3FD/mango-development"
isExternal
title={t('navigation:contribute')}
/>

View File

@ -70,7 +70,7 @@ const DesktopNavigation = () => {
title={t('navigation:liquidator')}
/>
<NavigationItemLink
path="https://github.com/blockworks-foundation"
path="https://trello.com/b/tIj7K3FD/mango-development"
isExternal
title={t('navigation:contribute')}
/>

View File

@ -112,7 +112,7 @@ const MenuPanel = ({
title={t('navigation:liquidator')}
/>
<NavigationItemLink
path="https://github.com/blockworks-foundation"
path="https://trello.com/b/tIj7K3FD/mango-development"
onClick={closeOnClick}
isExternal
title={t('navigation:contribute')}

File diff suppressed because one or more lines are too long