mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
Sept 20 fixes (#9054)
* Fixed start quest from items * More style fixes * Changed gem modal to 20 * Removed unused image * Added initial header styles for home page
This commit is contained in:
@@ -37,7 +37,8 @@
|
||||
to='/static/contact',
|
||||
)
|
||||
a.nav-link(v-once) {{ $t('contactUs') }}
|
||||
button.btn.btn-primary.pull-right(@click='playButtonClick()') {{ $t('playButtonFull') }}
|
||||
button.btn.btn-primary.pull-right(@click='playButtonClick()', v-if='$route.name !== "home"') {{ $t('playButtonFull') }}
|
||||
a.btn.btn-primary.login-button.pull-right(href='/login', v-else) {{ $t('login') }}
|
||||
</template>
|
||||
|
||||
<style lang='scss' scoped>
|
||||
|
||||
Reference in New Issue
Block a user