This commit is contained in:
freedakgmail
2025-11-23 03:07:39 +08:00
parent 626d7dddde
commit e92884ae53
679 changed files with 208175 additions and 1183474 deletions
+1 -1
View File
@@ -164,7 +164,7 @@ export default function TreePage() {
return (
<div className="min-h-screen bg-background flex flex-col">
<SiteHeader />
<div className="flex-1 flex items-center justify-center text-muted-foreground">No family tree data found.</div>
<div className="flex-1 flex items-center justify-center text-muted-foreground"></div>
</div>
)
}