@hedhog/admin 0.0.120 → 0.0.121

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/hedhog.yaml +1 -1
  2. package/package.json +1 -1
package/hedhog.yaml CHANGED
@@ -213,7 +213,7 @@ data:
213
213
  pt: Configurações
214
214
  slug: /management/setting
215
215
  - slug: /settings
216
- icon: config
216
+ icon: settings
217
217
  name:
218
218
  en: Settings
219
219
  pt: Configurações
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hedhog/admin",
3
- "version": "0.0.120",
3
+ "version": "0.0.121",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "scripts": {