diff --git a/src/pages/AdminBanSystem.tsx b/src/pages/AdminBanSystem.tsx index 99a87c7..9113f03 100644 --- a/src/pages/AdminBanSystem.tsx +++ b/src/pages/AdminBanSystem.tsx @@ -384,9 +384,75 @@ export default function AdminBanSystem() { if (error && !status?.enabled) { return ( -
-
{error}
-

{t('banSystem.configureHint')}

+
+
+ {/* Card */} +
+ {/* Icon */} +
+
+
+ + + +
+
+ + + +
+
+
+ + {/* Title */} +

+ {t('banSystem.title')} +

+ + {/* Error message */} +

+ {error} +

+ + {/* Hint */} +

+ {t('banSystem.configureHint')} +

+ + {/* Buttons */} +
+ {/* Telegram Button */} + + + + + {t('banSystem.contactTelegram', { defaultValue: 'Написать в Telegram' })} + + + {/* Back Button */} + +
+
+ + {/* Decorative elements */} +
+
+
+
+
) }