Skip to content

Commit

Permalink
fix: changed color and added underline for Add Liquidity link
Browse files Browse the repository at this point in the history
  • Loading branch information
wrap-that-potassium committed Apr 6, 2023
1 parent e5b33d2 commit 9d59f4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/utils/dialogs/FarmDepositDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@
<div v-if="!token.zap">
<div class="border-left">
You can
<a @click="addLiquidity" color="primary">
{{ $t('components.farm.button-add-liquidity') }}
</a>
<a @click="addLiquidity" color="primary">{{ $t('components.farm.button-add-liquidity') }}</a>
straight from the DEX, or zap in from any token of the liquidity pool and then deposit your liquidity pool
tokens in the farm.
</div>
Expand Down Expand Up @@ -381,6 +379,8 @@ body.desktop
padding-left: 1em
a
cursor: pointer
text-decoration: underline
color: $primary
ol
margin-block-start: 0
padding-inline-start: 20px
Expand Down

0 comments on commit 9d59f4c

Please sign in to comment.