@threenine/nuxstr-comments 1.2.2 → 1.2.3

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/dist/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@threenine/nuxstr-comments",
3
3
  "configKey": "nuxstrComments",
4
- "version": "1.2.2",
4
+ "version": "1.2.3",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "3.6.1"
@@ -64,10 +64,10 @@ onMounted(() => {
64
64
  v-if="c.profile?.image"
65
65
  class="flex-shrink-0"
66
66
  >
67
- <UAvatar
67
+ <img
68
68
  :src="c.profile.image"
69
69
  :alt="c.profile.name || c.profile.display_name || 'User avatar'"
70
- class="w-8 h-8 rounded-full object-cover"
70
+ class="w-6 h-6 rounded-full object-cover"
71
71
  />
72
72
  </div>
73
73
  <div class="flex-1 min-w-0">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@threenine/nuxstr-comments",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "description": "Nuxstr Comments",
5
5
  "repository": "threenine/nuxstr-comments",
6
6
  "license": "MIT",