@asd20/ui 3.2.465 → 3.2.466

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.465",
8
+ "version": "3.2.466",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -233,7 +233,7 @@ export default {
233
233
  filesFeedProps: this.filesFeedProps,
234
234
  }
235
235
 
236
- if (this.relatedLinks.length > 15 && relatedLinksContainImages) {
236
+ if (this.relatedLinks.length > 6 && relatedLinksContainImages) {
237
237
  footer.relatedLinks = this.relatedLinks.filter(l => l.imageUrl)
238
238
  sidebar.relatedLinks = this.relatedLinks.filter(l => !l.imageUrl)
239
239
  } else {