mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
replaces btn-default with btn-secondary (#9704)
This commit is contained in:
committed by
Sabe Jones
parent
67b396bf16
commit
a44f29dad8
@@ -9,7 +9,7 @@
|
||||
new-stuff
|
||||
.modal-footer
|
||||
a.btn.btn-info(href='http://habitica.wikia.com/wiki/Whats_New', target='_blank') {{ this.$t('newsArchive') }}
|
||||
button.btn.btn-default(@click='close()') {{ this.$t('cool') }}
|
||||
button.btn.btn-secondary(@click='close()') {{ this.$t('cool') }}
|
||||
button.btn.btn-warning(@click='dismissAlert();') {{ this.$t('dismissAlert') }}
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user