Add back button to create multisig

This commit is contained in:
abefernan
2023-05-19 13:43:02 +02:00
parent ae89fffa33
commit cf7d9edba9
+4 -2
View File
@@ -1,11 +1,13 @@
import React from "react";
import Link from "next/link";
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>