Highlight currently active tab in web interface for orientation

This commit is contained in:
Debanjum Singh Solanky
2023-06-21 23:52:57 -07:00
parent 2728c714d7
commit 26abafa658
4 changed files with 6 additions and 4 deletions

View File

@@ -194,7 +194,7 @@
<img class="khoj-logo" src="/static/assets/icons/khoj-logo-sideways.svg" alt="Khoj"></img>
<nav class="khoj-nav">
<a href="/chat">Chat</a>
<a href="/">Search</a>
<a class="khoj-nav-selected" href="/">Search</a>
<a href="/config">Settings</a>
</nav>
</div>