diff --git a/frontend/src/CommunitiesManager.jsx b/frontend/src/CommunitiesManager.jsx index facda58..d5a1437 100644 --- a/frontend/src/CommunitiesManager.jsx +++ b/frontend/src/CommunitiesManager.jsx @@ -15,6 +15,7 @@ import { IconHash, IconFilter } from '@tabler/icons-react'; +import PageHeaderActions from './components/PageHeaderActions.jsx'; const API_URL = '/api'; @@ -180,12 +181,16 @@ function CommunitiesManager() {
Главная / Данные / Community
-
- - - - -
+
@@ -236,15 +241,7 @@ function CommunitiesManager() { -
-

Действия

-
- - - - -
-
+ {/* Карточка действий не нужна — действия перенесены в page-header */}