Remove em-dashes and format user-facing text content punctuation
This commit is contained in:
@@ -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' }}
|
||||
|
||||
Reference in New Issue
Block a user