Slightly nicer blank slate text (#132)

This commit is contained in:
Matt Rubens 2025-06-24 13:56:41 -04:00 committed by GitHub
parent 527057fc5a
commit bd36eb61c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>
);
}