Add triumvirate boss image

This commit is contained in:
Inkception 2024-07-01 15:35:31 +02:00
parent eedff928b5
commit c07e2d4863
2 changed files with 6 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

View File

@ -18,6 +18,12 @@
:class="size"
:title="$t(`splatnet.boss.${schedule.setting.boss.id}.name`, schedule.setting.boss.name)"
/>
<img
v-if="schedule.setting.boss.name === 'Triumvirate'"
src="@/assets/img/king-triumvirate.png"
:class="size"
:title="$t(`splatnet.boss.${schedule.setting.boss.id}.name`, schedule.setting.boss.name)"
/>
</div>
</template>