chore: loading message

This commit is contained in:
Richard Tang
2026-04-08 19:11:46 -07:00
parent 1ccfc7aefa
commit d5ea28f8f3
+1 -1
View File
@@ -122,7 +122,7 @@ export default function Home() {
</div> </div>
{submitting && activePrompt && ( {submitting && activePrompt && (
<p className="mt-4 text-center text-xs text-muted-foreground"> <p className="mt-4 text-center text-xs text-muted-foreground">
Starting a new session with the right queen... The queens are debating who should take this on...
</p> </p>
)} )}
</div> </div>