nodebb-theme-harmony 1.2.31 → 1.2.32

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/library.js +0 -5
  2. package/package.json +1 -1
package/library.js CHANGED
@@ -129,11 +129,6 @@ library.defineWidgetAreas = async function (areas) {
129
129
  template: 'account/profile.tpl',
130
130
  location: 'profile-aboutme-after',
131
131
  },
132
- {
133
- name: 'Chat Header',
134
- template: 'chats.tpl',
135
- location: 'header',
136
- },
137
132
  ]);
138
133
 
139
134
  return areas;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodebb-theme-harmony",
3
- "version": "1.2.31",
3
+ "version": "1.2.32",
4
4
  "nbbpm": {
5
5
  "compatibility": "^3.5.0"
6
6
  },