Add link to Automate page in nav pane of the web app

This commit is contained in:
Debanjum Singh Solanky
2024-05-01 03:16:38 +05:30
parent bd5008136a
commit 21bdf45d6f
2 changed files with 5 additions and 2 deletions

View File

@@ -199,7 +199,7 @@ img.khoj-logo {
border: 3px solid var(--primary-hover);
}
@media screen and (max-width: 700px) {
@media screen and (max-width: 1000px) {
.khoj-nav-dropdown-content {
display: block;
grid-auto-flow: row;
@@ -215,7 +215,7 @@ img.khoj-logo {
}
}
@media only screen and (max-width: 700px) {
@media only screen and (max-width: 1000px) {
div.khoj-header {
display: grid;
grid-auto-flow: column;

View File

@@ -10,6 +10,9 @@
<a id="agents-nav" class="khoj-nav" href="/agents">
<img id="agents-icon" class="nav-icon" src="/static/assets/icons/agents.svg" alt="Agents">
<span class="khoj-nav-item-text">Agents</span></a>
<a id="automations-nav" class="khoj-nav" href="/automations">
<img class="nav-icon" src="/static/assets/icons/automation.svg" alt="Automation">
<span class="khoj-nav-item-text">Automate</span></a>
{% if has_documents %}
<a id="search-nav" class="khoj-nav" href="/search">
<img class="nav-icon" src="/static/assets/icons/search.svg" alt="Search">