Skip to content

Commit

Permalink
Merge pull request #2338 from torusresearch/feat/custom-loader-message
Browse files Browse the repository at this point in the history
update message
  • Loading branch information
chaitanyapotti committed Jul 18, 2023
2 parents eda4bba + be76555 commit 0ec4e54
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/views/Start/Start.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<v-container fluid fill-height text-center>
<v-layout class="redirect-container" :class="$vuetify.breakpoint.xsOnly ? 'redirect-container--mobile' : ''" row wrap align-center>
<v-flex text-center>
<div v-if="isCustomVerifier" class="text_2--text font-weight-bold text-body-2 mb-10">
{{ t('login.constructYourKey') }}
<a :href="dappUrl" class="torusBrand1--text" target="_blank" rel="noreferrer noopener">{{ dappName }}</a>
</div>
<BoxLoader :white-label="whiteLabel" :is-custom-verifier="isCustomVerifier" />

<i18n v-if="isCustomVerifier" tag="div" path="login.constructYourKeyCustom" class="text_2--text font-weight-bold text-body-2 mt-4">
<a :href="dappUrl" class="torusBrand1--text" target="_blank" rel="noreferrer noopener">{{ dappName }}</a>
</i18n>
</v-flex>
<div class="footer">
<div class="powered-by">{{ t('login.selfCustodial') }}</div>
Expand Down

0 comments on commit 0ec4e54

Please sign in to comment.