Compare commits

..

2 Commits

Author SHA1 Message Date
SabreCat 167e6b2bf1 5.15.1 2024-01-04 14:33:04 -06:00
SabreCat 9b54e4d80a fix(backgrounds): correct index of bbash 2024-01-04 14:32:47 -06:00
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "habitica",
"version": "5.15.0",
"version": "5.15.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "habitica",
"description": "A habit tracker app which treats your goals like a Role Playing Game.",
"version": "5.15.0",
"version": "5.15.1",
"main": "./website/server/index.js",
"dependencies": {
"@babel/core": "^7.22.10",
@@ -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"