We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 527057f commit bd36eb6Copy full SHA for bd36eb6
apps/web/src/app/(authenticated)/usage/Tasks.tsx
@@ -66,7 +66,8 @@ export const Tasks = ({
66
if (tasks.length === 0) {
67
return (
68
<div className="text-center py-8 text-muted-foreground">
69
- No tasks found
+ No tasks have been synced yet. Check back after creating or sharing a
70
+ task.
71
</div>
72
);
73
}
0 commit comments