Skip to content

Commit bd36eb6

Browse files
authored
Slightly nicer blank slate text (#132)
1 parent 527057f commit bd36eb6

File tree

1 file changed

+2
-1
lines changed
  • apps/web/src/app/(authenticated)/usage

1 file changed

+2
-1
lines changed

apps/web/src/app/(authenticated)/usage/Tasks.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ export const Tasks = ({
6666
if (tasks.length === 0) {
6767
return (
6868
<div className="text-center py-8 text-muted-foreground">
69-
No tasks found
69+
No tasks have been synced yet. Check back after creating or sharing a
70+
task.
7071
</div>
7172
);
7273
}

0 commit comments

Comments
 (0)