Fix GitHub naming and url

This commit is contained in:
abefernan 2023-06-16 17:16:01 +02:00
parent 706c0d9c94
commit 4d1afc2efe

View File

@ -67,7 +67,7 @@ const Page = ({ title, goBack, children }: PageProps) => {
<div className="footer-links">
<StackableContainer base lessPadding lessMargin>
<p>
<a href="https://github.com/samepant/cosmoshub-legacy-multisig">View on github</a>
<a href="https://github.com/cosmos/cosmos-multisig-ui">View on GitHub</a>
</p>
</StackableContainer>
</div>