mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-27 17:35:07 +01:00
Remove the agents header in the loading view
This commit is contained in:
parent
0db630a123
commit
687a881ad2
1 changed files with 0 additions and 3 deletions
|
@ -254,9 +254,6 @@ export default function Agents() {
|
|||
if (!data) {
|
||||
return (
|
||||
<main className={styles.main}>
|
||||
<div className={`${styles.titleBar} text-5xl`}>
|
||||
Agents
|
||||
</div>
|
||||
<div className={styles.agentList}>
|
||||
<InlineLoading /> booting up your agents
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue