Add back button to multisig page

This commit is contained in:
abefernan
2023-05-19 13:42:51 +02:00
parent c7f7244948
commit ae89fffa33
+4
View File
@@ -2,6 +2,7 @@ import { MultisigThresholdPubkey, SinglePubkey } from "@cosmjs/amino";
import { Account, StargateClient } from "@cosmjs/stargate";
import { assert } from "@cosmjs/utils";
import { Coin } from "cosmjs-types/cosmos/base/v1beta1/coin";
import Link from "next/link";
import { useRouter } from "next/router";
import { useCallback, useEffect, useState } from "react";
import HashView from "../../../components/dataViews/HashView";
@@ -79,6 +80,9 @@ const Multipage = () => {
return (
<Page>
<Link href="/" style={{ color: "white", fontSize: 20, textDecoration: "none" }}>
Back to Home
</Link>
<StackableContainer base>
<StackableContainer>
<label>Multisig Address</label>