Fix footer link order to match home page exactly
Some checks failed
Deploy to Production / Deploy to Server (push) Failing after 21s

This commit is contained in:
DocFast Bot 2026-02-16 14:47:53 +00:00
parent f53a6a5460
commit 735e788acd
3 changed files with 3 additions and 3 deletions

View file

@ -102,9 +102,9 @@ footer .container { display: flex; align-items: center; justify-content: space-b
<div class="container">
<div class="footer-left">© 2026 DocFast. Fast PDF generation for developers.</div>
<div class="footer-links">
<a href="/#change-email">Change Email</a>
<a href="/docs">Docs</a>
<a href="/health">API Status</a>
<a href="/#change-email">Change Email</a>
<a href="/impressum">Impressum</a>
<a href="/privacy">Privacy Policy</a>
<a href="/terms">Terms of Service</a>

View file

@ -188,9 +188,9 @@ footer .container { display: flex; align-items: center; justify-content: space-b
<div class="container">
<div class="footer-left">© 2026 DocFast. Fast PDF generation for developers.</div>
<div class="footer-links">
<a href="/#change-email">Change Email</a>
<a href="/docs">Docs</a>
<a href="/health">API Status</a>
<a href="/#change-email">Change Email</a>
<a href="/impressum">Impressum</a>
<a href="/privacy">Privacy Policy</a>
<a href="/terms">Terms of Service</a>

View file

@ -261,9 +261,9 @@ footer .container { display: flex; align-items: center; justify-content: space-b
<div class="container">
<div class="footer-left">© 2026 DocFast. Fast PDF generation for developers.</div>
<div class="footer-links">
<a href="/#change-email">Change Email</a>
<a href="/docs">Docs</a>
<a href="/health">API Status</a>
<a href="/#change-email">Change Email</a>
<a href="/impressum">Impressum</a>
<a href="/privacy">Privacy Policy</a>
<a href="/terms">Terms of Service</a>