diff --git a/web/pages/account.tsx b/web/pages/account.tsx index cfcee79a..7487a48d 100644 --- a/web/pages/account.tsx +++ b/web/pages/account.tsx @@ -19,7 +19,6 @@ export default function Account() { return (
- {/*
*/}
diff --git a/web/pages/contract/index.tsx b/web/pages/contract/index.tsx index 561be370..8d321466 100644 --- a/web/pages/contract/index.tsx +++ b/web/pages/contract/index.tsx @@ -12,7 +12,7 @@ import { function ContractCard(props: { contract: Contract }) { const { contract } = props return ( -
  • +
  • @@ -63,7 +63,7 @@ export function ContractList(props: { contracts: Contract[] }) {
      {contracts.map((contract) => ( - + ))}
    diff --git a/web/pages/simulator/index.tsx b/web/pages/simulator/index.tsx index 5f57f49d..7697f6d6 100644 --- a/web/pages/simulator/index.tsx +++ b/web/pages/simulator/index.tsx @@ -249,7 +249,7 @@ export default function Simulator() { } return ( -
    +
    {/* Left column */}