diff --git a/components/account/AccountButton.tsx b/components/account/AccountButton.tsx index 4c5504ff5..a7bfc442d 100644 --- a/components/account/AccountButton.tsx +++ b/components/account/AccountButton.tsx @@ -143,7 +143,7 @@ const AccountMenuContent: FC = ({
= ({
{ @@ -199,7 +199,7 @@ const AccountMenuContent: FC = ({ size={20} className={`h-5 w-5 transition-all duration-200 md:h-4 md:w-4 ${ open - ? "rotate-180 text-ztg-green-400" + ? "rotate-180 text-ztg-green-500" : "text-white/90" }`} /> @@ -240,7 +240,7 @@ const AccountMenuContent: FC = ({ Account is acting proxy for:
-
+
{realAddress && shortenAddress( realAddress, @@ -299,12 +299,12 @@ const AccountMenuContent: FC = ({ {/* Close button for mobile */} {isMobile && (
- + Account @@ -326,13 +326,6 @@ const AccountMenuContent: FC = ({ balance={usdcAssetHubBalance} className="text-[10px] md:text-xs" /> - {/* DISABLED: USDC.wh temporarily disabled */} - {/* */} = ({
@@ -400,7 +393,7 @@ const AccountMenuContent: FC = ({ >
{hasNotifications && ( @@ -411,7 +404,7 @@ const AccountMenuContent: FC = ({ Notifications {hasNotifications && ( - + {alerts.length} )} @@ -436,7 +429,7 @@ const AccountMenuContent: FC = ({ }} > @@ -457,7 +450,7 @@ const AccountMenuContent: FC = ({ }`} > @@ -481,7 +474,7 @@ const AccountMenuContent: FC = ({ }} > @@ -530,7 +523,7 @@ const HeaderActionButton: FC< > = ({ onClick, disabled, children }) => { return ( )} @@ -208,15 +208,15 @@ const CourtCaseReadyToSettleItem = ({ >
- - Ready to Settle + + Ready to Settle
-

+

{market?.question}

-

+

This court case can now be settled.

@@ -245,15 +245,15 @@ const CourtCaseReadyForVoteAlertItem = ({ >
- - Ready for Vote + + Ready for Vote
-

+

{market?.question}

-

+

You have been drawn as juror for this market and can now vote.

@@ -282,15 +282,15 @@ const CourtCaseReadyForRevealAlertItem = ({ >
- - Ready to Reveal + + Ready to Reveal
-

+

{market?.question}

-

+

You are required to reveal your vote for this court case.

@@ -317,12 +317,12 @@ const ReadyToReportMarketAlertItem = ({ >
- - Submit Report + + Submit Report
-

+

{alert.market.question}

@@ -350,12 +350,12 @@ const RedeemableMarketAlertItem = ({ >
- - Redeemable Tokens + + Redeemable Tokens
-

+

You have {alert.markets.length} redeemable markets

@@ -382,14 +382,14 @@ const RelevantMarketDisputeItem = ({ >
- Market Dispute + Market Dispute
-

+

{alert.market.question}

-

+

A market you're involved in is disputed

diff --git a/components/account/OnboardingModal.tsx b/components/account/OnboardingModal.tsx index 68514bab4..ba162b279 100644 --- a/components/account/OnboardingModal.tsx +++ b/components/account/OnboardingModal.tsx @@ -40,7 +40,7 @@ const exchangeList = [ className: "", title: "Banxa (Fiat)", icon: ( - + NEW ), @@ -140,7 +140,7 @@ const TextSection = ({ )} {rightButton && (
-
+
-

Decentralized Court

+

Decentralized Court

Zeitgeist implements a decentralized court to handle disputes that may @@ -37,7 +37,7 @@ export const CourtDocsArticle = ({ Learn More diff --git a/components/create/editor/ComboEditor.tsx b/components/create/editor/ComboEditor.tsx index 4bada3366..755d58188 100644 --- a/components/create/editor/ComboEditor.tsx +++ b/components/create/editor/ComboEditor.tsx @@ -90,10 +90,10 @@ const MarketSelect: React.FC = ({ Option: ({ children, ...props }: any) => (

-
+
{children}
-
+
{props.data.description}
@@ -105,7 +105,7 @@ const MarketSelect: React.FC = ({
), NoOptionsMessage: ({ inputValue }: any) => ( -
+
{inputValue ? "No markets found" : "No active markets available"}
), @@ -194,7 +194,7 @@ const MarketSelect: React.FC = ({ return (
-