mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Slightly nicer blank slate text (#132)
This commit is contained in:
parent
527057fc5a
commit
bd36eb61c1
1 changed files with 2 additions and 1 deletions
|
|
@ -66,7 +66,8 @@ export const Tasks = ({
|
|||
if (tasks.length === 0) {
|
||||
return (
|
||||
<div className="text-center py-8 text-muted-foreground">
|
||||
No tasks found
|
||||
No tasks have been synced yet. Check back after creating or sharing a
|
||||
task.
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue