diff --git a/pages/multi/[address]/index.tsx b/pages/multi/[address]/index.tsx index 08e173f..b5220f4 100644 --- a/pages/multi/[address]/index.tsx +++ b/pages/multi/[address]/index.tsx @@ -2,7 +2,6 @@ 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"; @@ -80,9 +79,6 @@ const Multipage = () => { return ( - - ← Back to Home -