diff --git a/src/components/proposals/ProposalCard.tsx b/src/components/proposals/ProposalCard.tsx index e37b33d0..87472ea1 100644 --- a/src/components/proposals/ProposalCard.tsx +++ b/src/components/proposals/ProposalCard.tsx @@ -155,14 +155,14 @@ export default function ProposalCard({ -
+
{/* Header */}
@@ -171,7 +171,7 @@ export default function ProposalCard({ ? `#${proposal.proposal_id}: ${proposal.title}` : proposal.title} -
+
{ e.preventDefault(); e.stopPropagation(); @@ -305,7 +305,7 @@ export default function ProposalCard({ ); }} > - + {referenceLink} @@ -319,7 +319,7 @@ export default function ProposalCard({
{ e.preventDefault(); e.stopPropagation(); @@ -343,7 +343,7 @@ export default function ProposalCard({ d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /> - + {airdropTxId} @@ -383,7 +383,7 @@ export default function ProposalCard({
{/* Metadata */} -
+
{showDAOInfo && (
diff --git a/src/components/proposals/VoteStatusChart.tsx b/src/components/proposals/VoteStatusChart.tsx index 94c15e6f..470f847f 100644 --- a/src/components/proposals/VoteStatusChart.tsx +++ b/src/components/proposals/VoteStatusChart.tsx @@ -94,7 +94,7 @@ const VoteStatusChart = ({ // Show loading state if (isLoadingVotes && !error) { return ( -
+
Loading vote data... @@ -106,7 +106,7 @@ const VoteStatusChart = ({ // Show error state with retry if (error || (!hasData && !isLoadingVotes)) { return ( -
+
Failed to load vote data @@ -131,7 +131,7 @@ const VoteStatusChart = ({ if (!voteDisplayData || !calculations || !progressBarCalculations) { return ( -
+
No vote data available @@ -141,7 +141,7 @@ const VoteStatusChart = ({ // Main vote display return ( -
+
{/* Vote Progress Bar */}
@@ -176,38 +176,42 @@ const VoteStatusChart = ({
{/* Vote Counts */} -
-
- For: +
+
+ + For: +
-
- Against: +
+ + Against: +