mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-19 20:34:44 +00:00
more place for the donate button - for languages with more letters (#10417)
This commit is contained in:
parent
5e60a05cac
commit
65bfd74c93
1 changed files with 2 additions and 2 deletions
|
|
@ -67,8 +67,8 @@
|
|||
a.social-circle(href='https://www.facebook.com/Habitica', target='_blank')
|
||||
.social-icon.facebook.svg-icon(v-html='icons.facebook')
|
||||
.row
|
||||
.col-12.col-md-10 {{ $t('donateText3') }}
|
||||
.col-12.col-md-2
|
||||
.col-12.col-md-8 {{ $t('donateText3') }}
|
||||
.col-12.col-md-4
|
||||
button.btn.btn-contribute(@click="donate()", v-if="user")
|
||||
.svg-icon.heart(v-html="icons.heart")
|
||||
.text {{ $t('companyDonate') }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue