diff --git a/cms/config/initialData/sub-menus.json b/cms/config/initialData/sub-menus.json index 740cc978..2443627a 100644 --- a/cms/config/initialData/sub-menus.json +++ b/cms/config/initialData/sub-menus.json @@ -58,7 +58,7 @@ { "id": 8, "label": "Education", - "url": "https://rocket.chat/education/", + "url": "https://rocket.chat/industries/education", "published_at": "2021-06-21T09:03:49.991Z", "created_at": "2021-06-21T09:03:56.029Z", "updated_at": "2021-06-21T09:03:56.029Z" @@ -94,5 +94,19 @@ "published_at": "2021-06-21T09:03:49.991Z", "created_at": "2021-06-21T09:03:57.289Z", "updated_at": "2021-06-21T09:03:57.289Z" + },{ + "id": 13, + "label": "Customer Service", + "url": "https://rocket.chat/use-cases/customer-service", + "published_at": "2021-06-21T09:03:49.991Z", + "created_at": "2021-06-21T09:03:56.029Z", + "updated_at": "2021-06-21T09:03:56.029Z" + },{ + "id": 14, + "label": "Technology", + "url": "https://rocket.chat/industries/technology", + "published_at": "2021-06-21T09:03:49.991Z", + "created_at": "2021-06-21T09:03:56.029Z", + "updated_at": "2021-06-21T09:03:56.029Z" } ] \ No newline at end of file diff --git a/cms/config/initialData/top-nav-item.json b/cms/config/initialData/top-nav-item.json index 029a02a8..de2e5f4d 100644 --- a/cms/config/initialData/top-nav-item.json +++ b/cms/config/initialData/top-nav-item.json @@ -58,7 +58,7 @@ { "id": 8, "label": "Education", - "url": "https://rocket.chat/education/", + "url": "https://rocket.chat/industries/education", "published_at": "2021-06-21T09:03:49.991Z", "created_at": "2021-06-21T09:03:56.029Z", "updated_at": "2021-06-21T09:03:56.029Z" @@ -78,6 +78,21 @@ "published_at": "2021-06-21T09:03:49.991Z", "created_at": "2021-06-21T09:03:54.358Z", "updated_at": "2021-06-21T09:03:54.358Z" + }, + { + "id": 13, + "label": "Customer Service", + "url": "https://rocket.chat/use-cases/customer-service", + "published_at": "2021-06-21T09:03:49.991Z", + "created_at": "2021-06-21T09:03:56.029Z", + "updated_at": "2021-06-21T09:03:56.029Z" + },{ + "id": 14, + "label": "Technology", + "url": "https://rocket.chat/industries/technology", + "published_at": "2021-06-21T09:03:49.991Z", + "created_at": "2021-06-21T09:03:56.029Z", + "updated_at": "2021-06-21T09:03:56.029Z" } ] },