Skip to content

Commit

Permalink
Add humanity score into header
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthieu MARTIN committed Dec 6, 2024
1 parent f3b1be1 commit 42711aa
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions resources/js/Pages/Character/Show.vue
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,9 @@ const hunger_attributes = computed(() => {
v-if="rightMenustore.category == 'attributes'"
class="w-full px-4 pt-2 flex justify-between border-b border-gray-700 lg:w-2/3 lg:hidden"
>
<div>
<h2 class="header_attribute_title mb-2">Soif</h2>
<h2 class="subtitle">{{ hunger_attributes[0].pivot.attribute_value }}</h2>
</div>
<div>
<h2 class="header_attribute_title mb-2">Humanité</h2>
<h2 class="subtitle">{{ character.attributes[44].pivot.attribute_value }}</h2>
<h2 class="subtitle font-extrabold">{{ character.attributes[44].pivot.attribute_value }}</h2>
</div>
<div>
<Compulsions/>
Expand Down

0 comments on commit 42711aa

Please sign in to comment.