feat(content): BGs and Armoire Jan 2021

This commit is contained in:
Sabe Jones
2021-01-04 15:30:39 -06:00
parent 539ffbf08a
commit f172670aa4
23 changed files with 44 additions and 6 deletions

View File

@@ -121,7 +121,7 @@
v-if="editing"
class="menu-container col-2"
:class="{active: activeTopPage === 'backgrounds'}"
@click="changeTopPage('backgrounds', '2020')"
@click="changeTopPage('backgrounds', '2021')"
>
<div class="menu-item">
<div
@@ -1184,7 +1184,7 @@ export default {
},
],
bgSubMenuItems: ['2020', '2019', '2018', '2017', '2016', '2015', '2014'].map(y => ({
bgSubMenuItems: ['2021', '2020', '2019', '2018', '2017', '2016', '2015', '2014'].map(y => ({
id: y,
label: y,
})),
@@ -1211,6 +1211,7 @@ export default {
2018: [],
2019: [],
2020: [],
2021: [],
};
// Hack to force update for now until we restructure the data