diff --git a/src/components/dashboards/ProfileCard.tsx b/src/components/dashboards/ProfileCard.tsx index 7b9a316..5ef18fa 100644 --- a/src/components/dashboards/ProfileCard.tsx +++ b/src/components/dashboards/ProfileCard.tsx @@ -2,7 +2,7 @@ import { motion } from "framer-motion"; import Image from "next/image"; -import { Pencil, Briefcase, Wallet, Laptop, User, Monitor, Fan } from "lucide-react"; +import { Pencil, Wallet, Laptop, User, Monitor, Fan } from "lucide-react"; import { ProfileClientProps } from "@/src/types"; import { useSession } from "next-auth/react"; import { Button } from "../ui/button"; @@ -70,16 +70,16 @@ export default function ProfileCard({ -
-
-
+
+
+
Tentang Saya
-

+

{bio - ? `"${bio}"` + ? `${bio}` : "Belum ada deskripsi profil. Ceritakan sedikit tentang aktivitas dan kebutuhan laptop Anda."}

@@ -97,7 +97,7 @@ export default function ProfileCard({ brands.map((brand, i) => ( {brand} @@ -119,7 +119,7 @@ export default function ProfileCard({
{preferenceOS ? ( - + {preferenceOS} ) : ( @@ -140,9 +140,7 @@ export default function ProfileCard({ {budgetMin || budgetMax ? (

Dari

-

- {formatRupiah(budgetMin)} -

+

{formatRupiah(budgetMin)}

@@ -152,9 +150,9 @@ export default function ProfileCard({

) : ( -
+

- Budget belum diatur. + Anggaran Belum Diatur.

)}