Renamed, moved LogTab to CharacterLog

This commit is contained in:
Stefan Zermatten
2020-10-14 09:37:00 +02:00
parent 9856471202
commit 0cc9e01754
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
<template lang="html">
<div
style="height: 100%; overflow: hidden;"
class="log-tab layout column justify-end"
class="character-log layout column justify-end"
>
<div
class="log flex layout column reverse align-end pa-3"

View File

@@ -10,7 +10,7 @@
</template>
<script>
import LogTab from '/imports/ui/creature/character/characterSheetTabs/LogTab.vue';
import LogTab from '/imports/ui/creature/character/CharacterLog.vue';
export default {
components: {
LogTab,