diff --git a/web/pages/create.tsx b/web/pages/create.tsx index 870c2f8c..4cc9b329 100644 --- a/web/pages/create.tsx +++ b/web/pages/create.tsx @@ -119,7 +119,7 @@ export function NewContract(props: { question: string }) { if (!creator) return <> return ( -
+
@@ -226,7 +226,7 @@ export function NewContract(props: { question: string }) { {isSubmitting ? 'Creating...' : 'Create market'}
- +
) }