oceanhelm 0.0.17 → 0.0.18

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oceanhelm",
3
- "version": "0.0.17",
3
+ "version": "0.0.18",
4
4
  "description": "Oceanhelm's highly customizable library",
5
5
  "private": false,
6
6
  "type": "module",
@@ -171,7 +171,7 @@ export const defaultMenuItems = [
171
171
  type: 'button',
172
172
  label: 'Vessel Log',
173
173
  icon: 'bi bi-file-ruled',
174
- action: 'coming-soon',
174
+ action: 'vessel-log',
175
175
  roles: ['owner', 'staff', 'captain'],
176
176
  categories: ['marine-staff']
177
177