mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
feat(event): Summer Splash 2018
Also gets rid of those Fairy Potions, FOR REAL this time, and fixes a couple of minor Market layout issues
This commit is contained in:
@@ -38,7 +38,7 @@ div
|
||||
h4.popover-content-title(v-once) {{ item.text }}
|
||||
.popover-content-text(v-if='showNotes && item.key !== "armoire"', v-once) {{ item.notes }}
|
||||
.popover-content-text(v-if='showNotes && item.key === "armoire"') {{ item.notes }}
|
||||
div(v-if="item.event") {{ limitedString }}
|
||||
div.mt-4(v-if="item.event") {{ limitedString }}
|
||||
</template>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
|
||||
Reference in New Issue
Block a user