From f03fa3c4846ed8b87c05c8db631faaf748471f36 Mon Sep 17 00:00:00 2001 From: abefernan <44572727+abefernan@users.noreply.github.com> Date: Thu, 25 May 2023 00:15:16 +0200 Subject: [PATCH] Revert "Add back button to multisig page" This reverts commit ae89fffa3373949951e08fa38804c1e163987e42. --- pages/multi/[address]/index.tsx | 4 ---- 1 file changed, 4 deletions(-) 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 -