Fix footer text by removing the trailing period for consistency in messaging.

This commit is contained in:
2026-01-10 16:18:12 +00:00
parent 146814084b
commit 4b689603d8

View File

@@ -23,7 +23,7 @@ const Footer: React.FC<FooterProps> = ({ onPrivacyClick }) => {
</span>
</div>
<p className="text-sm text-gray-400 max-w-xs">
Making learning inevitable through smart blocking and spaced repetition.
Making learning inevitable through smart blocking and spaced repetition
</p>
</div>