mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-03-21 17:54:13 -05:00
Add triumvirate boss image
This commit is contained in:
parent
eedff928b5
commit
c07e2d4863
BIN
src/assets/img/king-triumvirate.png
Normal file
BIN
src/assets/img/king-triumvirate.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 65 KiB |
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user