Skip to content

Commit

Permalink
Merge pull request #2551 from threefoldtech/development_minting_info
Browse files Browse the repository at this point in the history
link manual in minting page
  • Loading branch information
AlaaElattar authored Apr 14, 2024
2 parents d8050a1 + c4fbe8a commit f3e199e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/playground/src/utils/manual.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ export const manual = {
billing_pricing: `${BASE}/dashboard/deploy/dedicated_machines.html#billing--pricing`,
discount_levels: `${BASE}/wiki/cloudunits/pricing/staking_discount_levels.html#staking-discount-levels`,
tfchain_stellar_bridge: `${BASE}/documentation/threefold_token/tft_bridges/tfchain_stellar_bridge.html`,
minting_receipts: `${BASE}/documentation/farmers/3node_building/minting_receipts.html`,
};
5 changes: 5 additions & 0 deletions packages/playground/src/views/minting_view.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
</FormValidator>
</v-form>
<v-container class="mt-8" v-if="item && item.Minting">
<VAlert type="info" class="mb-10">
For more information about Minting Receipts check,
<a class="app-link" target="_blank" :href="manual.minting_receipts" v-text="'Minting Receipts'" />
</VAlert>
<v-card>
<v-card-title class="font-weight-bold bg-primary">Node Info</v-card-title>
<v-list class="custom-list">
Expand Down Expand Up @@ -181,6 +185,7 @@ import { ref } from "vue";
import type { AsyncRule, RuleReturn } from "@/components/input_validator.vue";
import { useInputRef } from "@/hooks/input_validator";
import { manual } from "@/utils/manual";
import { getMintingData } from "../utils/mintings";
Expand Down

0 comments on commit f3e199e

Please sign in to comment.