fix(backgrounds): correct index of bbash

This commit is contained in:
SabreCat
2024-01-04 14:32:47 -06:00
parent 987a27ffa1
commit 9b54e4d80a

View File

@@ -208,13 +208,13 @@
<div
class="row text-center title-row"
>
<strong>{{ backgroundShopSets[1].text }}</strong>
<strong>{{ backgroundShopSets[2].text }}</strong>
</div>
<div
class="row title-row"
>
<div
v-for="bg in backgroundShopSets[1].items"
v-for="bg in backgroundShopSets[2].items"
:id="bg.key"
:key="bg.key"
class="col-4 text-center customize-option background-button"