setCTA on Khoj Obsidian plugin button. Minor cleanup of space, tabs

This commit is contained in:
Debanjum Singh Solanky
2023-01-10 23:36:02 -03:00
parent 531d423715
commit 853192932a
3 changed files with 4 additions and 3 deletions

View File

@@ -82,7 +82,7 @@ export async function configureKhojBackend(setting: KhojSetting) {
new Notice(`✅ Successfully Setup Khoj`);
})
.catch(error => {
new Notice(`Failed to configure Khoj backend. Contact developer on Github. \n\nError: ${error}`);
new Notice(`Failed to configure Khoj backend. Contact developer on Github.\n\nError: ${error}`);
})
}