Revert "Add back button to create multisig"
This reverts commit cf7d9edba9.
This commit is contained in:
+2
-4
@@ -1,13 +1,11 @@
|
||||
import Link from "next/link";
|
||||
import React from "react";
|
||||
|
||||
import MultisigForm from "../components/forms/MultisigForm";
|
||||
import Page from "../components/layout/Page";
|
||||
import StackableContainer from "../components/layout/StackableContainer";
|
||||
|
||||
const CreatePage = () => (
|
||||
<Page>
|
||||
<Link href="/" style={{ color: "white", fontSize: 20, textDecoration: "none" }}>
|
||||
← Back to Home
|
||||
</Link>
|
||||
<StackableContainer base>
|
||||
<StackableContainer lessPadding>
|
||||
<h1 className="title">Create Legacy Multisig</h1>
|
||||
|
||||
Reference in New Issue
Block a user