fix(shops): border radius and typo

This commit is contained in:
Sabe Jones
2024-05-22 13:41:49 -05:00
parent cabc08c04b
commit 66c56225a4
3 changed files with 4 additions and 5 deletions

View File

@@ -34,6 +34,7 @@
"jquery": "^3.7.1",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"moment-locales-webpack-plugin": "^1.2.0",
"nconf": "^0.12.1",
"sass": "^1.63.4",
"sass-loader": "^14.1.1",
@@ -57,7 +58,6 @@
"babel-plugin-lodash": "^3.3.4",
"chai": "^5.1.0",
"inspectpack": "^4.7.1",
"moment-locales-webpack-plugin": "^1.2.0",
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.89.0"
}
@@ -8625,8 +8625,7 @@
"node_modules/lodash.difference": {
"version": "4.5.0",
"resolved": "https://registry.npmjs.org/lodash.difference/-/lodash.difference-4.5.0.tgz",
"integrity": "sha512-dS2j+W26TQ7taQBGN8Lbbq04ssV3emRw4NY58WErlTO29pIqS0HmoT5aJ9+TUQ1N3G+JOZSji4eugsWwGp9yPA==",
"dev": true
"integrity": "sha512-dS2j+W26TQ7taQBGN8Lbbq04ssV3emRw4NY58WErlTO29pIqS0HmoT5aJ9+TUQ1N3G+JOZSji4eugsWwGp9yPA=="
},
"node_modules/lodash.get": {
"version": "4.4.2",
@@ -9615,7 +9614,6 @@
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/moment-locales-webpack-plugin/-/moment-locales-webpack-plugin-1.2.0.tgz",
"integrity": "sha512-QAi5v0OlPUP7GXviKMtxnpBAo8WmTHrUNN7iciAhNOEAd9evCOvuN0g1N7ThIg3q11GLCkjY1zQ2saRcf/43nQ==",
"dev": true,
"dependencies": {
"lodash.difference": "^4.5.0"
},

View File

@@ -818,6 +818,7 @@
top: 0;
margin-top: 32px;
margin-left: -1px;
border-radius: 0;
}
&:not(:nth-of-type(8n)) {

View File

@@ -146,7 +146,7 @@ export default {
${this.$t('moreArmoireGearAvailable', { armoireCount: this.armoireCount })}`;
}
return `${this.$t('gearItemsCompleted', { klass: this.$t(this.selectedGroupGearByClass) })}
${this.$t('moreArmoireComing')}`;
${this.$t('moreArmoireGearComing')}`;
},
marketGearCategories () {
return shops.getMarketGearCategories(this.user).map(c => {