Merge pull request #78 from Inkception/main

Add missing icon for Triumvirate
This commit is contained in:
Matt Isenhower 2024-07-02 08:27:56 -07:00 committed by GitHub
commit 6ddce5db3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

View File

@ -16,7 +16,13 @@
v-if="schedule.setting.boss.name === 'Megalodontia'"
src="@/assets/img/king-megalodontia.png"
:class="size"
:title="$t(`splatnet.boss.${schedule.setting.boss.id}.name`, schedule.setting.boss.name)"
:title="$t(`splatnet.bosses.${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.bosses.${schedule.setting.boss.id}.name`, schedule.setting.boss.name)"
/>
</div>
</template>