Remove info hint to reindex khoj on unexpected search results

The index corruption was issue resolved a while ago in #325 and
hasn't cropped up again
This commit is contained in:
Debanjum Singh Solanky
2023-08-15 22:15:48 -07:00
parent def909a913
commit 26c3977fb9
3 changed files with 0 additions and 34 deletions

View File

@@ -174,11 +174,3 @@ If your plugin does not need CSS, delete this file.
.khoj-result-entry p br {
display: none;
}
.khoj-info-hint {
color: var(--text-muted);
font-size: var(--font-ui-small);
font-style: italic;
text-align: center;
margin-bottom: 0.5em;
}