Change navigation link text to 'About KJV Study'

More descriptive than just 'About' - makes it clear what the
link is about when viewing the navigation.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-12-01 18:15:07 -05:00
parent 9d383fa455
commit f0933b3bac
+1 -1
View File
@@ -1345,7 +1345,7 @@
<!-- About -->
<div style="margin-top: 2rem; padding-top: 1rem; border-top: 1px solid var(--border-color);">
<p style="font-size: 0.9rem; text-align: center;">
<a href="/about" {% if request.url.path == "/about" %}class="current"{% endif %}>About</a>
<a href="/about" {% if request.url.path == "/about" %}class="current"{% endif %}>About KJV Study</a>
</p>
</div>