diff --git a/apps/web/Components/Admin/Layout.tsx b/apps/web/Components/Admin/Layout.tsx
index 8a1144c..5fd3f47 100644
--- a/apps/web/Components/Admin/Layout.tsx
+++ b/apps/web/Components/Admin/Layout.tsx
@@ -5,14 +5,18 @@ import { useRouter } from 'next/router';
import type { PropsWithChildren } from 'react';
import styled from 'styled-components';
import { Menu } from 'ui/elements';
-import { DatabaseOutlined, HomeOutlined } from 'ui/elements/icons';
+import { DatabaseOutlined, HomeOutlined, PlusSquareOutlined } from 'ui/elements/icons';
const items: MenuProps['items'] = [
{
- disabled: true,
icon: ,
- key: '/admin',
- label: 'Главная',
+ key: '/',
+ label: Главная,
+ },
+ {
+ icon: ,
+ key: '/unlimited',
+ label: Без ограничений,
},
{
icon: ,