diff --git a/src/components/dashboards/ProfileCard.tsx b/src/components/dashboards/ProfileCard.tsx index 70bd1cc..7d31155 100644 --- a/src/components/dashboards/ProfileCard.tsx +++ b/src/components/dashboards/ProfileCard.tsx @@ -89,8 +89,10 @@ export default function ProfileCard(props: ProfileClientProps) { Tentang Saya
-

- {bio && +

+ {bio || "Belum ada deskripsi profil. Ceritakan sedikit tentang aktivitas dan kebutuhan laptop Anda."}

@@ -162,9 +164,7 @@ export default function ProfileCard(props: ProfileClientProps) { ) : (
-

- Anggaran Belum Diatur. -

+

Anggaran Belum Diatur.

)}