From 78d0283e740412efa21002ced73cef91bbf2227b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Ara=C3=BAjo=20=5BSSW=5D?= Date: Mon, 6 Jan 2025 18:13:13 -0300 Subject: [PATCH] Remove "Other SSW Services" from menu (#3455) --- content/megamenu/menu.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/content/megamenu/menu.json b/content/megamenu/menu.json index 5944a424a2..3a54e53df5 100644 --- a/content/megamenu/menu.json +++ b/content/megamenu/menu.json @@ -64,12 +64,6 @@ "url": "/consulting?tag=Cloud-and+Infrastructure", "description": "Designing scalable, secure, and resilient cloud computing environments", "iconImg": "/images/megamenu-icons/CloudAndInfrastructure.svg" - }, - { - "name": "Other SSW Services", - "url": "/consulting?tag=Other-SSW+Services", - "description": "SSW's other enterprise software development services", - "iconImg": "/images/megamenu-icons/OtherSSWService.svg" } ] } @@ -713,4 +707,4 @@ "url": "" } ] -} \ No newline at end of file +}