Skip to content

Commit 34245b2

Browse files
Sai Sridhar Tarraclaude
authored andcommitted
Center copyright text on all legal pages
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 0510d14 commit 34245b2

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

frontend/pages/cookies.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export default function CookiePolicy() {
7676
<h2 style={s.h2}>5. Contact</h2>
7777
<p style={s.p}>Questions about our cookie use? Email us at <a href="mailto:saisridhart@gmail.com" style={{ color: '#2563eb' }}>saisridhart@gmail.com</a></p>
7878

79-
<p style={{ ...s.meta, marginTop: 48, borderTop: '1px solid #e5e7eb', paddingTop: 24 }}>© 2025 Mailair. All rights reserved.</p>
79+
<p style={{ ...s.meta, marginTop: 48, borderTop: '1px solid #e5e7eb', paddingTop: 24, textAlign: 'center' }}>© 2025 Mailair. All rights reserved.</p>
8080
</div>
8181
</div>
8282
</>

frontend/pages/gdpr.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export default function GDPRPage() {
8383
<h2 style={s.h2}>9. Complaints</h2>
8484
<p style={s.p}>If you believe we have not handled your data correctly, you have the right to lodge a complaint with your local data protection authority.</p>
8585

86-
<p style={{ ...s.meta, marginTop: 48, borderTop: '1px solid #e5e7eb', paddingTop: 24 }}>© 2025 Mailair. All rights reserved.</p>
86+
<p style={{ ...s.meta, marginTop: 48, borderTop: '1px solid #e5e7eb', paddingTop: 24, textAlign: 'center' }}>© 2025 Mailair. All rights reserved.</p>
8787
</div>
8888
</div>
8989
</>

frontend/pages/privacy.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export default function PrivacyPolicy() {
112112
</p>
113113

114114
<hr style={{ margin: '48px 0', borderColor: '#e5e7eb' }} />
115-
<p style={{ color: '#999', fontSize: 13 }}>© 2025 Mailair. All rights reserved.</p>
115+
<p style={{ color: '#999', fontSize: 13, textAlign: 'center' }}>© 2025 Mailair. All rights reserved.</p>
116116
</div>
117117
</div>
118118
</>

frontend/pages/terms.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export default function TermsOfService() {
8383
<h2 style={s.h2}>12. Contact</h2>
8484
<p style={s.p}>For questions about these Terms, contact us at: <a href="mailto:saisridhart@gmail.com" style={{ color: '#2563eb' }}>saisridhart@gmail.com</a></p>
8585

86-
<p style={{ ...s.meta, marginTop: 48, borderTop: '1px solid #e5e7eb', paddingTop: 24 }}>© 2025 Mailair. All rights reserved.</p>
86+
<p style={{ ...s.meta, marginTop: 48, borderTop: '1px solid #e5e7eb', paddingTop: 24, textAlign: 'center' }}>© 2025 Mailair. All rights reserved.</p>
8787
</div>
8888
</div>
8989
</>

0 commit comments

Comments
 (0)