From 149d6d718336940c6c7b420366ea3c3e326294fb Mon Sep 17 00:00:00 2001 From: Aadesh Kheria Date: Mon, 13 Apr 2026 13:56:08 -0700 Subject: [PATCH] fixed the order --- apps/dev-launchpad/public/index.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/apps/dev-launchpad/public/index.html b/apps/dev-launchpad/public/index.html index e47121def..dd2a28f3e 100644 --- a/apps/dev-launchpad/public/index.html +++ b/apps/dev-launchpad/public/index.html @@ -200,15 +200,6 @@ ], importance: 2, }, - { - name: "Internal Tool", - portSuffix: "41", - description: [ - "Src: ./apps/internal-tool", - "MCP call review tool", - ], - importance: 1, - }, { name: "Inbucket", portSuffix: "05", @@ -343,6 +334,15 @@ importance: 1, img: "https://www.svgrepo.com/show/374002/replication.svg", }, + { + name: "Internal Tool", + portSuffix: "41", + description: [ + "Src: ./apps/internal-tool", + "MCP call review tool", + ], + importance: 1, + }, { name: "JS example", portSuffix: "19",