mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-04-25 15:36:31 -05:00
Fix Tricolour schedule screenshots
This commit is contained in:
parent
ca8377a739
commit
3bc3433421
|
|
@ -42,7 +42,11 @@
|
|||
/>
|
||||
|
||||
<div class="flex-1 relative" v-if="tricolor?.isTricolorActive">
|
||||
<StageImage imgClass="rounded-2xl" :stage="tricolor?.tricolorStage" />
|
||||
<StageImage
|
||||
imgClass="rounded-2xl"
|
||||
:stage="tricolor?.tricolorStage"
|
||||
textSize="text-3xl"
|
||||
/>
|
||||
|
||||
<div class="absolute top-0 right-0 rounded-full bg-black p-1">
|
||||
<img src="@/assets/img/rules/tricolor.svg" class="h-12 w-12" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user