This commit is contained in:
freedakgmail
2025-11-23 19:38:51 +08:00
parent e44dd0bd95
commit 3b0d8255f6
649 changed files with 656698 additions and 4133 deletions
+1 -1
View File
@@ -247,7 +247,7 @@ export default function MemberProfilePage() {
{member.bio ? (
<p className="whitespace-pre-line leading-relaxed">{member.bio}</p>
) : (
<p className="text-muted-foreground italic">...</p>
<p className="text-sm text-foreground font-light tracking-wide text-center py-8"></p>
)}
</div>
</section>