From 2b957130cfedd924ad47dda7a806ef9acc78dce3 Mon Sep 17 00:00:00 2001 From: Donkoko Date: Mon, 24 Jul 2023 13:38:30 +0300 Subject: [PATCH] Remove beta tag from locations menu as it can be considered a stable feature by now --- app/components/layout/sidebar/menu-items.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/layout/sidebar/menu-items.tsx b/app/components/layout/sidebar/menu-items.tsx index a20e6a84c..ab961a1c8 100644 --- a/app/components/layout/sidebar/menu-items.tsx +++ b/app/components/layout/sidebar/menu-items.tsx @@ -33,7 +33,7 @@ const menuItemsTop = [ { icon: , to: "locations", - label: "Locations (beta)", + label: "Locations", }, ]; const menuItemsBottom = [