fix(ui): replace Advocate with Leader in navbar
Update navigation to reflect audience terminology change: - Desktop dropdown: Advocate → Leader (links to /leader.html) - Mobile menu: 📢 Advocate → 💼 Leader (links to /leader.html) Aligns navbar with landing page audience cards and updated content strategy. Quick UI fix, no backend changes. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
389bbba4a1
commit
20875e41fd
1 changed files with 3 additions and 3 deletions
|
|
@ -43,7 +43,7 @@ class TractatusNavbar {
|
|||
<div id="audiences-dropdown-menu" class="hidden absolute left-0 mt-2 w-48 bg-white rounded-lg shadow-lg border border-gray-200 py-2">
|
||||
<a href="/researcher.html" class="block px-4 py-2 text-sm text-gray-700 hover:bg-blue-50 hover:text-blue-700">Researcher</a>
|
||||
<a href="/implementer.html" class="block px-4 py-2 text-sm text-gray-700 hover:bg-blue-50 hover:text-blue-700">Implementer</a>
|
||||
<a href="/advocate.html" class="block px-4 py-2 text-sm text-gray-700 hover:bg-blue-50 hover:text-blue-700">Advocate</a>
|
||||
<a href="/leader.html" class="block px-4 py-2 text-sm text-gray-700 hover:bg-blue-50 hover:text-blue-700">Leader</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
@ -90,8 +90,8 @@ class TractatusNavbar {
|
|||
<a href="/implementer.html" class="block px-3 py-2.5 text-gray-700 hover:bg-blue-50 hover:text-blue-700 rounded-lg transition font-medium">
|
||||
<span class="text-sm">⚙️ Implementer</span>
|
||||
</a>
|
||||
<a href="/advocate.html" class="block px-3 py-2.5 text-gray-700 hover:bg-blue-50 hover:text-blue-700 rounded-lg transition font-medium">
|
||||
<span class="text-sm">📢 Advocate</span>
|
||||
<a href="/leader.html" class="block px-3 py-2.5 text-gray-700 hover:bg-blue-50 hover:text-blue-700 rounded-lg transition font-medium">
|
||||
<span class="text-sm">💼 Leader</span>
|
||||
</a>
|
||||
</div>
|
||||
<a href="/docs.html" class="block px-3 py-2.5 text-gray-700 hover:bg-blue-50 hover:text-blue-700 rounded-lg transition">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue