Skip to content

Commit

Permalink
Change name of the default Boat and ROV profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaellehmkuhl committed Nov 27, 2023
1 parent b07f7ee commit ba536e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/assets/defaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const defaultMiniWidgetManagerVars = {
export const defaultGlobalAddress = process.env.NODE_ENV === 'development' ? 'blueos.local' : window.location.hostname
export const widgetProfiles: Profile[] = [
{
name: 'Default submarine profile',
name: 'ROV default',
hash: 'c2bcf04d-048f-496f-9d78-fc4002608028',
views: [
{
Expand Down Expand Up @@ -176,7 +176,7 @@ export const widgetProfiles: Profile[] = [
],
},
{
name: 'Default boat profile',
name: 'Boat default',
hash: 'adb7d856-f2e5-4980-aaeb-c39c1fa3562b',
views: [
{
Expand Down

0 comments on commit ba536e8

Please sign in to comment.