Skip to content

Commit

Permalink
Add a link to the docs (#1027)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayumitk authored Nov 15, 2023
1 parent 7edaf8d commit 2aa60f2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/components/dapp-staking/my-staking/MyRewards.vue
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,15 @@
<q-icon name="warning" size="20px" class="q-mr-sm" />
<div>{{ $t('dappStaking.cantClaimWihtoutError') }}</div>
</div>
<!-- TODO: Add a link to the doc -->
<div v-if="isDappDeveloper" class="info--dapps-owners">
<span>{{ $t('new') }}</span>
{{ $t('myReward.dappsOwners') }}
<a href="#" target="_blank" rel="noopener noreferrer">{{ $t('myReward.dappsOwnersLink') }}</a>
<a
href="https://docs.astar.network/docs/build/dapp-staking/for-devs/create-promotion/"
target="_blank"
rel="noopener noreferrer"
>{{ $t('myReward.dappsOwnersLink') }}</a
>
</div>
</div>
</template>
Expand Down

0 comments on commit 2aa60f2

Please sign in to comment.