mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
Header stuck naming fixed (#10309)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template lang="pug">
|
||||
b-modal#mount-raised-modal(:hide-header="true")
|
||||
div.content(v-if="mount != null")
|
||||
div.dialog-header.title(v-once) {{ $t('raisedPet', {pet: mount.text()}) }}
|
||||
div.dialog-header.title {{ $t('raisedPet', {pet: mount.text()}) }}
|
||||
div.inner-content
|
||||
div.pet-background
|
||||
.mount(:class="`Mount_Icon_${mount.key}`")
|
||||
|
||||
Reference in New Issue
Block a user