Compare commits

...

1 Commits

Author SHA1 Message Date
24add26938 fix: footer /about link to /about.html
All checks were successful
Sanity Checks / sanity-test (pull_request) Successful in 4s
Smoke Test / smoke (pull_request) Successful in 5s
Resolves #59. The footer linked to /about which 404s under plain static
serving. Changed to /about.html which matches the shipped file.
2026-04-14 17:22:47 +00:00

View File

@@ -680,7 +680,7 @@ html, body {
<!-- Footer -->
<footer id="footer">
<a href="/about" aria-label="About The Door">about</a>
<a href="/about.html" aria-label="About The Door">about</a>
<button id="safety-plan-btn" aria-label="Open My Safety Plan">my safety plan</button>
<button id="clear-chat-btn" aria-label="Clear chat history">clear chat</button>
</footer>