- Forecast the future with play-money prediction markets for you and your community
+ Forecast the future with play-money prediction markets for
+ you and your community
diff --git a/web/lib/firebase/contracts.ts b/web/lib/firebase/contracts.ts
index 0d74bb18..1273c07b 100644
--- a/web/lib/firebase/contracts.ts
+++ b/web/lib/firebase/contracts.ts
@@ -22,7 +22,7 @@ export type Contract = {
outcomeType: 'BINARY' // | 'MULTI' | 'interval' | 'date'
// outcomes: ['YES', 'NO']
seedAmounts: { YES: number; NO: number } // seedBets: [number, number]
- pot: { YES: number; NO: number }
+ pot: { YES: number; NO: number }
createdTime: number // Milliseconds since epoch
lastUpdatedTime: number // If the question or description was changed
diff --git a/web/pages/account.tsx b/web/pages/account.tsx
index 94ebd1a2..f210bd3b 100644
--- a/web/pages/account.tsx
+++ b/web/pages/account.tsx
@@ -24,10 +24,7 @@ export default function Account() {
{user?.avatarUrl && (
-
+
)}
diff --git a/web/tailwind.config.js b/web/tailwind.config.js
index 2ea8587f..3a4c8354 100644
--- a/web/tailwind.config.js
+++ b/web/tailwind.config.js
@@ -22,7 +22,7 @@ module.exports = {
themes: [
{
mantic: {
- 'primary': '#11b981',
+ primary: '#11b981',
'primary-focus': '#069668',
// Foreground content color to use on primary color
'primary-content': '#ffffff',