Skip to content

Commit

Permalink
Merge pull request #65 from telosnetwork/feat/replace-info-for-treasu…
Browse files Browse the repository at this point in the history
…ry-page-list

redesign treasury card
  • Loading branch information
DevArtemNuss committed Sep 14, 2022
2 parents 4b950f4 + d3027c7 commit 5730913
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/pages/trails/treasuries/components/TreasuryCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ div
strong {{ $t('pages.trails.treasuries.card.supply') }}: {{ treasury.supply }}
br
strong {{ $t('pages.trails.treasuries.card.maxSupply') }}: {{ treasury.max_supply }}
br
strong Voters: {{treasury.voters}}
q-card-section.btn-group
q-btn(
icon="fas fa-person-booth"
Expand All @@ -80,7 +82,7 @@ div
icon="fas fa-user-plus"
color="primary"
size="sm"
:label="`${$t('pages.trails.treasuries.card.registerVoter')} ${treasury.voters} voters`"
:label="`${$t('pages.trails.treasuries.card.registerVoter')}`"
:disabled="treasury.access === 'private'"
@click="show = true"
)
Expand All @@ -89,7 +91,7 @@ div
icon="fas fa-user-check"
color="primary"
size="sm"
:label="`${$t('pages.trails.treasuries.card.registered')} ${treasury.voters} voters`"
:label="`${$t('pages.trails.treasuries.card.registered')}`"
)
</template>

Expand Down

0 comments on commit 5730913

Please sign in to comment.