Remove subtitle under About System page

This commit is contained in:
Tola Leng
2025-07-15 22:13:46 +07:00
parent 664e2c8ecf
commit e4284afb09
@@ -40,7 +40,6 @@ export const AboutSystem: React.FC = () => {
<div>
<h1 className="text-3xl font-bold tracking-tight">{t('aboutSystem')}</h1>
<p className="text-muted-foreground text-base leading-relaxed mt-2">
{t('aboutCheckcle')}
</p>
</div>