Skip to content

Commit

Permalink
Delete contrast variant
Browse files Browse the repository at this point in the history
This variant is the same color as de bg on the onvote theme, and on the default theme it has no changes uf deleted.
  • Loading branch information
selankon authored and elboletaire committed Mar 18, 2024
1 parent 35ad4b3 commit 380b815
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/components/Process/Aside.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,7 @@ const ProcessAside = () => {
</Text>
)}
{voted !== null && voted.length > 0 && (
<Link
as={ReactRouterLink}
to={environment.verifyVote(env, voted)}
target='_blank'
whiteSpace='nowrap'
variant='contrast'
>
<Link as={ReactRouterLink} to={environment.verifyVote(env, voted)} target='_blank' whiteSpace='nowrap'>
{t('aside.verify_vote_on_explorer')}
</Link>
)}
Expand Down

3 comments on commit 380b815

@github-actions
Copy link

Choose a reason for hiding this comment

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

@github-actions
Copy link

Choose a reason for hiding this comment

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

πŸŽ‰ Published on https://onvote-stg.netlify.app as production
πŸš€ Deployed on https://65f822fa2a0b0c4eae0b9363--onvote-stg.netlify.app

@github-actions
Copy link

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.