feat: change empty state

This commit is contained in:
2026-04-08 21:27:56 +02:00
parent 8e00dd40f0
commit e7d62c29e1

View File

@@ -433,7 +433,7 @@ export function Timeline() {
if (photos.length === 0) { if (photos.length === 0) {
return ( return (
<div className="flex items-center justify-center h-full"> <div className="flex items-center justify-center h-full">
<div className="text-text-muted">No photos found. Add a source folder to get started.</div> <div className="text-text-muted">(°° </div>
</div> </div>
) )
} }