fix: Restore branding icon to docs-viewer navbar
The docs-viewer page used a plain text link while all other pages use the Tractatus icon + text branding via the shared navbar component. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
862e415243
commit
77d1db41f0
1 changed files with 6 additions and 1 deletions
|
|
@ -41,7 +41,12 @@
|
|||
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
||||
<div class="flex justify-between h-16">
|
||||
<div class="flex items-center">
|
||||
<a href="/" class="text-xl font-bold text-gray-900">Tractatus Framework</a>
|
||||
<a href="/"
|
||||
class="flex items-center space-x-2 px-2 py-2 -ml-2 rounded-lg hover:bg-blue-50 transition-all duration-200 group"
|
||||
title="Return to homepage">
|
||||
<img src="/images/tractatus-icon-new.svg" alt="Tractatus Icon" class="w-8 h-8">
|
||||
<span class="text-lg font-bold text-gray-900 group-hover:text-blue-700 transition-colors">Tractatus Framework</span>
|
||||
</a>
|
||||
</div>
|
||||
<div class="flex items-center space-x-6">
|
||||
<a href="/docs.html" class="text-gray-700 hover:text-gray-900">Documentation</a>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue