diff --git a/src/app/pages/dashboard/page.tsx b/src/app/pages/dashboard/page.tsx
index 54fb001..a2c5ab8 100644
--- a/src/app/pages/dashboard/page.tsx
+++ b/src/app/pages/dashboard/page.tsx
@@ -22,17 +22,10 @@ export default function Page() {
diff --git a/src/app/ui/dashboard/protection-overview.tsx b/src/app/ui/dashboard/protection-overview.tsx
index 15c33cc..c553086 100644
--- a/src/app/ui/dashboard/protection-overview.tsx
+++ b/src/app/ui/dashboard/protection-overview.tsx
@@ -4,21 +4,17 @@ export default function ProtectionOverview() {
Защита вашего контента
Текущий статус защищенности и активности системы мониторинга
-
-
0
-
Файлов с водяными знаками
-
-
-
0
-
Высокий уровень защиты
-
-
0%
-
Использовано лимитов
+
0
+
Файлов с водяными знаками
+
+
+
0 / 0
+
Использовано места на диске
diff --git a/src/app/ui/dashboard/recent-files-list.tsx b/src/app/ui/dashboard/recent-files-list.tsx
index 53076c4..336320b 100644
--- a/src/app/ui/dashboard/recent-files-list.tsx
+++ b/src/app/ui/dashboard/recent-files-list.tsx
@@ -1,3 +1,5 @@
+/* removed */
+
export default function RecentFilesList() {
return (
diff --git a/src/app/ui/dashboard/user-info.tsx b/src/app/ui/dashboard/user-info.tsx
index ca598d3..43e157f 100644
--- a/src/app/ui/dashboard/user-info.tsx
+++ b/src/app/ui/dashboard/user-info.tsx
@@ -1,3 +1,5 @@
+/* removed */
+
export default function UserInfo() {
return (
diff --git a/src/app/ui/header/headerPanel.tsx b/src/app/ui/header/headerPanel.tsx
index dc586e1..d878c51 100644
--- a/src/app/ui/header/headerPanel.tsx
+++ b/src/app/ui/header/headerPanel.tsx
@@ -5,12 +5,6 @@ import Link from 'next/link';
export default function HeaderPanel() {
return (
diff --git a/src/app/ui/header/userMenuButton.tsx b/src/app/ui/header/userMenuButton.tsx
index 5483037..06e4d98 100644
--- a/src/app/ui/header/userMenuButton.tsx
+++ b/src/app/ui/header/userMenuButton.tsx
@@ -5,6 +5,7 @@ import { useClickOutside } from '@/app/hooks/useClickOutside';
import Link from 'next/link';
import { getUserData } from '@/app/lib/action';
import { useQuery } from '@tanstack/react-query';
+import { logout } from '@/app/actions/auth';
export default function UserMenuButton() {
const [isOpen, setIsOpen] = useState(false);
@@ -60,32 +61,23 @@ export default function UserMenuButton() {
{userData?.email ? userData.email : ''}
+ Тариф:
{userData?.subscriptionType ? userData.subscriptionType : ''}
+
+ Истекает: 00.00.00