Skip to content

Commit

Permalink
Merge pull request #434 from ourzora/change-vote-warning
Browse files Browse the repository at this point in the history
Change vote warning
  • Loading branch information
neokry authored Feb 2, 2024
2 parents 97a2ebd + e73d6f8 commit 4251cc7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/web/src/pages/dao/[network]/[token]/vote/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,16 +116,16 @@ const VotePage: NextPageWithLayout<VotePageProps> = ({
{warn && (
<Flex
w="100%"
backgroundColor="negative"
color="onNegative"
backgroundColor="warning"
color="onWarning"
p="x4"
borderRadius="curved"
align="center"
justify="center"
>
<Icon fill="onNegative" id="warning" mr="x2" />
<Icon fill="onWarning" id="warning" mr="x2" />
<Box fontWeight={'heading'}>
This proposal may be malicious. Please review and vote accordingly.
{`Executing this proposal will transfer more than 90% of ${daoName}'s treasury.`}
</Box>
</Flex>
)}
Expand Down

0 comments on commit 4251cc7

Please sign in to comment.