@@ -10,8 +14,9 @@ export function Page(props: { wide?: boolean; children?: any }) {
{children}
diff --git a/web/components/resolution-panel.tsx b/web/components/resolution-panel.tsx
index dec0d436..64e643a3 100644
--- a/web/components/resolution-panel.tsx
+++ b/web/components/resolution-panel.tsx
@@ -57,10 +57,8 @@ export function ResolutionPanel(props: {
: 'btn-disabled'
return (
-
-
+
+
Resolve outcome
diff --git a/web/components/user-page.tsx b/web/components/user-page.tsx
index a5c225c7..a780c109 100644
--- a/web/components/user-page.tsx
+++ b/web/components/user-page.tsx
@@ -37,7 +37,7 @@ export function UserPage(props: { user: User; currentUser?: User }) {
url={`/@${user.username}`}
/>
-
+
diff --git a/web/pages/[username]/[contractSlug].tsx b/web/pages/[username]/[contractSlug].tsx
index ab2356bd..015506a8 100644
--- a/web/pages/[username]/[contractSlug].tsx
+++ b/web/pages/[username]/[contractSlug].tsx
@@ -97,8 +97,8 @@ export default function ContractPage(props: {
ogCardProps={ogCardProps}
/>
-
-
+
+
-
+
{allowTrade && (
diff --git a/web/pages/about.tsx b/web/pages/about.tsx
index 9dfcbecb..1f3de3b1 100644
--- a/web/pages/about.tsx
+++ b/web/pages/about.tsx
@@ -5,7 +5,7 @@ import styles from './about.module.css'
export default function About() {
return (
-
+
diff --git a/web/pages/folds.tsx b/web/pages/folds.tsx
index 110706cc..bdb90b0e 100644
--- a/web/pages/folds.tsx
+++ b/web/pages/folds.tsx
@@ -63,16 +63,18 @@ export default function Folds(props: {
return (
-
-
-
- {user && }
-
+
+
+
+
+ {user && }
+
-
- Folds are communities on Manifold centered around a collection of
- markets.
-
+
+ Folds are communities on Manifold centered around a collection of
+ markets.
+
+
{folds.map((fold) => (
diff --git a/web/pages/home.tsx b/web/pages/home.tsx
index 99e1dfa9..7025b840 100644
--- a/web/pages/home.tsx
+++ b/web/pages/home.tsx
@@ -87,22 +87,20 @@ const Home = (props: {
-
-
-
+
+
- {/*
+ {/*
*/}
-
-
+
diff --git a/web/pages/index.tsx b/web/pages/index.tsx
index aeb7a502..8cc0f2d3 100644
--- a/web/pages/index.tsx
+++ b/web/pages/index.tsx
@@ -30,9 +30,7 @@ const Home = (props: { hotContracts: Contract[] }) => {
-
-
-
+
diff --git a/web/pages/trades.tsx b/web/pages/trades.tsx
index 6e66d001..14923712 100644
--- a/web/pages/trades.tsx
+++ b/web/pages/trades.tsx
@@ -10,7 +10,7 @@ export default function TradesPage() {
return (
-
+
{user && }
)