Update Shifty Station title

This commit is contained in:
Matt Isenhower 2019-07-20 08:48:51 -07:00
parent 52365bc256
commit e1d98961c9
2 changed files with 12 additions and 2 deletions

View File

@ -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">

View File

@ -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">