From 53a83948fd93f7596311c3c36720c05f17a592f1 Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Wed, 10 Apr 2024 16:22:39 +0300 Subject: [PATCH] Admin/Layout: add menu divider --- apps/web/Components/Admin/Layout.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/web/Components/Admin/Layout.tsx b/apps/web/Components/Admin/Layout.tsx index 5fd3f47..602c63a 100644 --- a/apps/web/Components/Admin/Layout.tsx +++ b/apps/web/Components/Admin/Layout.tsx @@ -18,6 +18,9 @@ const items: MenuProps['items'] = [ key: '/unlimited', label: Без ограничений, }, + { + type: 'divider', + }, { icon: , key: '/admin/cache',