Skip to content

Commit

Permalink
feature/edit app tab links (#71)
Browse files Browse the repository at this point in the history
* edit app tab links

* fixes for build
  • Loading branch information
Sorizen authored Jul 29, 2024
1 parent 042f338 commit ffae9d4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/common/modals/compositions/ChangeLockModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</p>
</div>
</template>
<template #default="{ modal }">
<template #default>
<div class="change-lock-modal__fields-wrapper">
<datetime-field
v-model="form.lockPeriod"
Expand Down
13 changes: 5 additions & 8 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,13 @@ export const config = {
GITHUB_URL:
'https://github.com/MorpheusAIs/Docs/tree/main/!KEYDOCS%20README%20FIRST!',
CONTRACT_FAQ_URL:
'https://github.com/MorpheusAIs/Docs/blob/main/Guides/Morpheus%20Capital%20Providers%20Contract%20Guide.md',
'https://github.com/MorpheusAIs/Docs/blob/main/!KEYDOCS%20README%20FIRST!/FAQs%20%26%20Guides/Capital%20Providers%20FAQ.md',
LANDING_URL: 'https://mor.org/',
CODE_CONTRIBUTION_URL:
'https://github.com/MorpheusAIs/Docs/blob/main/Contributions/Code%20-%20Proof_Of_Contribution.md',
CODE_CONTRIBUTION_URL: 'https://mor.software/',
COMPUTE_CONTRIBUTION_URL:
'https://github.com/MorpheusAIs/Docs/blob/main/Contributions/Compute%20-%20Proof%20of%20Contribution.md',
COMMUNITY_CONTRIBUTION_URL:
'https://github.com/MorpheusAIs/Docs/blob/main/Contributions/Community%20-%20Proof%20of%20Contribution.md',
HOW_GET_STETH_URL:
'https://help.lido.fi/en/articles/5232811-how-do-i-get-steth',
'https://github.com/MorpheusAIs/Morpheus-Lumerin-Node',
COMMUNITY_CONTRIBUTION_URL: 'https://mor.org/MOR20',
HOW_GET_STETH_URL: 'https://stake.lido.fi/',
WALLET_INSTALL_URL: 'https://metamask.io/download/',

// Testnet
Expand Down
2 changes: 1 addition & 1 deletion src/forms/ClaimForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import { getEthExplorerTxUrl, bus, BUS_EVENTS, ErrorHandler } from '@/helpers'
import { storeToRefs, useWeb3ProvidersStore } from '@/store'
import { address, required } from '@/validators'
import { config } from '@config'
import {reactive, ref, watch} from 'vue'
import { reactive, ref } from 'vue'
const emit = defineEmits<{
(e: 'cancel', v: void): void
Expand Down
2 changes: 1 addition & 1 deletion src/localization/resources/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
"withdraw-at-note": "Note: Withdraw is locked until the specified time",
"claim-at-note": "Note: Claim is locked until the specified time",
"deposit-btn": "Deposit stETH",
"external-link": "How to receive stETH?",
"external-link": "How to get stETH?",
"withdraw-btn": "Withdraw stETH",
"user-deposit-title": "Your deposit",
"available-to-claim-title": "Available to claim",
Expand Down

0 comments on commit ffae9d4

Please sign in to comment.