From f087348c39e366d1ed4ce5159ec3536a736f6dcc Mon Sep 17 00:00:00 2001 From: ankitrewar11 Date: Tue, 8 Sep 2026 03:12:27 +0530 Subject: [PATCH] fix(faq): remove outdated BETA label from Kanvas Signed-off-by: ankitrewar11 --- src/assets/data/faq/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/data/faq/index.js b/src/assets/data/faq/index.js index da4ddf366cc00e..366bb91836c2b8 100644 --- a/src/assets/data/faq/index.js +++ b/src/assets/data/faq/index.js @@ -42,7 +42,7 @@ const data = { category: "Meshery", subcategory: "Playground", answer: [ - "The Cloud Native Playground (aka Meshery Playground) is a managed instance of Meshery that offers a sandbox environment in which half of KanvasBETA functionality is enabled (Designer mode) and the other half of KanvasBETA functionality is disabled (Visualizer mode).", + "The Cloud Native Playground (aka Meshery Playground) is a managed instance of Meshery that offers a sandbox environment in which half of Kanvas functionality is enabled (Designer mode) and the other half of Kanvas functionality is disabled (Visualizer mode).", "The sandbox environment is not connected to an active Kuberentes cluster, and as such, specific actions within Kanvas Designer are also disabled. Meshery and Kanvas are feature-rich, sophisticated management applications for cloud native infrastructure. To access their full set of capabilities, simply deploy your own copy of Meshery into the environment of your choosing.", ], },