Remove em-dashes and format user-facing text content punctuation

This commit is contained in:
R-Bharathraj
2026-06-30 17:45:43 +05:30
parent d5e6991c9f
commit 51bef0c6ed
6 changed files with 18 additions and 18 deletions

View File

@@ -171,7 +171,7 @@ export default function Footer() {
borderTop: '1px solid rgba(255,255,255,0.05)',
fontSize: 13, color: 'rgba(255,255,255,0.25)', fontFamily: 'Sora, sans-serif',
}}>
<span>© {new Date().getFullYear()} Loyaly.AI All rights reserved.</span>
<span>© {new Date().getFullYear()} Loyaly.AI. All rights reserved.</span>
<div style={{ display: 'flex', gap: 24 }}>
{[['Terms', '/terms'], ['Privacy', '/privacy'], ['Cookies', '/cookies']].map(([l, h]) => (
<Link key={l} href={h} style={{ textDecoration: 'none', color: 'inherit', transition: 'color 0.2s' }}