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