@jx3box/jx3box-common-ui 5.6.6 → 5.6.7

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/Author.vue +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jx3box/jx3box-common-ui",
3
- "version": "5.6.6",
3
+ "version": "5.6.7",
4
4
  "description": "JX3BOX UI",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/src/Author.vue CHANGED
@@ -196,7 +196,7 @@ export default {
196
196
  return getLink("org", team_id);
197
197
  },
198
198
  showTeamLogo: function(val) {
199
- return getThumbnail(val, 32);
199
+ return getThumbnail(val, 96);
200
200
  },
201
201
  },
202
202
  watch: {