Gratuitously cool font
This commit is contained in:
parent
e03eb2f3fd
commit
6f7f8b9401
|
@ -26,7 +26,7 @@ export default function Account() {
|
||||||
<img src={user?.avatarUrl} className="rounded-lg shadow-lg" />
|
<img src={user?.avatarUrl} className="rounded-lg shadow-lg" />
|
||||||
</figure>
|
</figure>
|
||||||
<div className="max-w-md card-body">
|
<div className="max-w-md card-body">
|
||||||
<h2 className="card-title">{user?.name}</h2>
|
<h2 className="card-title font-major-mono">{user?.name}</h2>
|
||||||
<p>{user?.email}</p>
|
<p>{user?.email}</p>
|
||||||
<p>${user?.balanceUsd} USD</p>
|
<p>${user?.balanceUsd} USD</p>
|
||||||
<div className="card-actions">
|
<div className="card-actions">
|
||||||
|
@ -44,7 +44,7 @@ export default function Account() {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h1 className="text-2xl text-indigo-300 font-bold mt-6 mb-4">
|
<h1 className="text-2xl font-major-mono text-indigo-300 font-bold mt-6 mb-4">
|
||||||
Your markets
|
Your markets
|
||||||
</h1>
|
</h1>
|
||||||
<ContractList contracts={contracts} />
|
<ContractList contracts={contracts} />
|
||||||
|
|
|
@ -111,7 +111,7 @@ export default function NewContract() {
|
||||||
<div>
|
<div>
|
||||||
<Header />
|
<Header />
|
||||||
<div className="max-w-4xl my-20 lg:mx-auto mx-4">
|
<div className="max-w-4xl my-20 lg:mx-auto mx-4">
|
||||||
<h1 className="text-2xl text-indigo-300 font-bold mt-6 mb-4">
|
<h1 className="text-2xl font-major-mono text-indigo-300 font-bold mt-6 mb-4">
|
||||||
Create a new prediction market
|
Create a new prediction market
|
||||||
</h1>
|
</h1>
|
||||||
<div className="w-full bg-gray-500 rounded-lg shadow-xl p-6">
|
<div className="w-full bg-gray-500 rounded-lg shadow-xl p-6">
|
||||||
|
@ -222,7 +222,7 @@ export default function NewContract() {
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Show a separate card for each contract */}
|
{/* Show a separate card for each contract */}
|
||||||
<h1 className="text-2xl text-indigo-300 font-bold mt-6 mb-4">
|
<h1 className="text-2xl font-major-mono text-indigo-300 font-bold mt-6 mb-4">
|
||||||
Your markets
|
Your markets
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user