Revert "Add back button to create multisig"

This reverts commit cf7d9edba9.
This commit is contained in:
abefernan
2023-05-25 00:15:00 +02:00
parent 4383cebd39
commit ed12756650
+2 -4
View File
@@ -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>