From b90b91838c179ba2bade2109b477b630cea71c11 Mon Sep 17 00:00:00 2001 From: CheetoDa <31571545+Calm-Rock@users.noreply.github.com> Date: Fri, 27 Sep 2024 23:49:41 +0530 Subject: [PATCH] fix: removed new tag from mobile monitoring (#827) --- constants/docsSideNav.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants/docsSideNav.ts b/constants/docsSideNav.ts index 3a6ccb008..db2603d86 100644 --- a/constants/docsSideNav.ts +++ b/constants/docsSideNav.ts @@ -327,7 +327,7 @@ const docsSideNav = [ isExpanded: false, label: 'Mobile Instrumentation', route: '/docs/mobile-instrumentation', - className: 'new-doc', + // className: 'new-doc', // route: '', // link: { // type: 'doc',