Add a link to github in the settings menu, improve styling

This commit is contained in:
sabaimran
2024-05-27 11:39:30 +05:30
parent b97ca9d19d
commit 607534021b
4 changed files with 6 additions and 0 deletions

View File

@@ -84,6 +84,7 @@ async function populateHeaderPane() {
`}
<div id="khoj-nav-menu" class="khoj-nav-dropdown-content">
<div class="khoj-nav-username"> ${username} </div>
<a id="github-nav" class="khoj-nav" href="https://github.com/khoj-ai/khoj">GitHub</a>
<a id="settings-nav" class="khoj-nav" href="./config.html">⚙️ Settings</a>
</div>
</div>