Skip to content

Commit

Permalink
Merge pull request #402 from jordanlesich/iconFix
Browse files Browse the repository at this point in the history
Icon Fix
  • Loading branch information
jordanlesich committed Nov 2, 2023
2 parents cd37d27 + 087ff3f commit 903288a
Showing 1 changed file with 18 additions and 12 deletions.
30 changes: 18 additions & 12 deletions apps/web/src/modules/dashboard/DaoProposalCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ export const DaoProposalCard = ({
expiresAt,
currentChainSlug,
userAddress,
chainId,
proposalId,
votes,
}: DaoProposalCardProps) => {
return (
Expand Down Expand Up @@ -62,8 +60,14 @@ export const DaoProposalCard = ({
>
{proposalNumber}
</Text>
<Flex mr={'auto'} align="center" mb={{ '@initial': 'x2', '@768': 'x0' }}>
<Text fontSize={18} fontWeight="label" mr="x2">
<Flex
mr={'auto'}
align="center"
mb={{ '@initial': 'x2', '@768': 'x0' }}
w="100%"
justify={{ '@initial': 'space-between' }}
>
<Text fontSize={18} fontWeight="label" mr="x3">
{title}
</Text>
<NeedsVote
Expand All @@ -78,14 +82,16 @@ export const DaoProposalCard = ({
align={'center'}
mb={{ '@initial': 'x3', '@768': 'x0' }}
>
<ProposalStatus
state={proposalState}
voteEnd={voteEnd}
voteStart={voteStart}
expiresAt={expiresAt}
flipped
showTime
/>
<Box style={{ width: '225px' }}>
<ProposalStatus
state={proposalState}
voteEnd={voteEnd}
voteStart={voteStart}
expiresAt={expiresAt}
flipped
showTime
/>
</Box>
<Flex display={{ '@initial': 'flex', '@768': 'none' }}>
<Text fontSize={18} fontWeight="label" color={'text4'}>
{proposalNumber}
Expand Down

2 comments on commit 903288a

@vercel
Copy link

@vercel vercel bot commented on 903288a Nov 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

testnet-nouns-builder – ./apps/web

testnet-nouns-builder-nouns-builder.vercel.app
testnet.nouns.build
testnet-nouns-builder-git-main-nouns-builder.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 903288a Nov 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.