diff --git a/web/pages/activity.tsx b/web/pages/activity.tsx index 136b1425..dae5c152 100644 --- a/web/pages/activity.tsx +++ b/web/pages/activity.tsx @@ -11,7 +11,7 @@ import { Col } from '../components/layout/col' function FeedCard(props: { contract: Contract }) { const { contract } = props return ( -
+
) diff --git a/web/pages/create.tsx b/web/pages/create.tsx index 3cd6430f..1a4a19d2 100644 --- a/web/pages/create.tsx +++ b/web/pages/create.tsx @@ -84,7 +84,7 @@ export default function NewContract() { - <div className="w-full max-w-3xl bg-gray-100 rounded-lg shadow-md px-6 py-4"> + <div className="w-full max-w-4xl bg-gray-100 rounded-lg shadow-md px-6 py-4"> {/* Create a Tailwind form that takes in all the fields needed for a new contract */} {/* When the form is submitted, create a new contract in the database */} <form>