From be2b6d7fcd4fcf321f993ca1bf85ac1c91b8ca34 Mon Sep 17 00:00:00 2001 From: Mahen Date: Sat, 11 Apr 2026 17:23:57 +0700 Subject: [PATCH] style: restyling bio active interface mode --- src/components/dashboards/ProfileCard.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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.

)}