mirror of
https://github.com/misenhower/splatoon2.ink.git
synced 2026-04-25 15:57:50 -05:00
Update Shifty Station title
This commit is contained in:
parent
52365bc256
commit
e1d98961c9
|
|
@ -97,7 +97,12 @@
|
|||
<div class="column" v-if="shiftySchedule">
|
||||
<div class="shifty-box font-splatoon2 tilt-right">
|
||||
<h3 class="title is-4 font-splatoon1 has-text-centered" style="margin-bottom: 0.5rem">
|
||||
Current Shifty Stations
|
||||
<template v-if="shiftySchedule.stages.length === 1">
|
||||
Current Shifty Station
|
||||
</template>
|
||||
<template v-else>
|
||||
Current Shifty Stations
|
||||
</template>
|
||||
</h3>
|
||||
<div class="columns">
|
||||
<div class="column">
|
||||
|
|
|
|||
|
|
@ -25,7 +25,12 @@
|
|||
|
||||
<div class="shifty-box">
|
||||
<h3 class="title is-4 font-splatoon1 has-text-centered" style="margin-bottom: 0.5rem">
|
||||
Current Shifty Stations
|
||||
<template v-if="shiftySchedule.stages.length === 1">
|
||||
Current Shifty Station
|
||||
</template>
|
||||
<template v-else>
|
||||
Current Shifty Stations
|
||||
</template>
|
||||
</h3>
|
||||
<div class="columns">
|
||||
<div class="column">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user