redesign
This commit is contained in:
@@ -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" : ""}`}>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user