This commit is contained in:
smanylov
2026-01-05 15:07:10 +07:00
parent 9f41386b65
commit c438ae3fb9
11 changed files with 127 additions and 115 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ export default function ProtectionOverview() {
});
return (
<div className="protection-overview grow">
<div className="protection-overview">
<h3>{t('protecting-your-content')}</h3>
<p>{t('current-status-of')}</p>
<div className={`protection-stats ${isOpen ? "opened" : ""}`}>
+1 -1
View File
@@ -4,7 +4,7 @@ export default function StatsGrid() {
const t = useTranslations("Global");
return (
<div className="block-wrapper stats-wrapper grow auto">
<div className="block-wrapper stats-wrapper">
<h3>
{t('your-content')}
</h3>