Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgoth committed Sep 13, 2023
1 parent cf210bc commit f0c2171
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions modules/mkr/components/Deposit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,13 @@ const ModalContent = ({
>
<Text sx={{ color: 'accentBlue', fontSize: 2 }}>vote proxy contract</Text>
</ExternalLink>{' '}
instead of depositing directly into Chief can create one{' '}
<ExternalLink href="https://dux.makerdao.network/how-to-create-a-vote-proxy-manually-using-etherscan" title="Etherscan guide">
instead of depositing directly into Chief can learn how to create one{' '}
<ExternalLink
href="https://dux.makerdao.network/how-to-create-a-vote-proxy-manually-using-etherscan"
title="Etherscan guide"
>
<Text sx={{ color: 'accentBlue', fontSize: 2 }}>here</Text>
</ExternalLink>
.
</Text>
)}
</Stack>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "governance-portal-v2",
"license": "AGPL-3.0-only",
"version": "0.11.6",
"version": "0.11.7",
"engines": {
"node": ">=16.0.0"
},
Expand Down

0 comments on commit f0c2171

Please sign in to comment.