From 9a55b42604928737e3b6e0b10a7296493151ffe7 Mon Sep 17 00:00:00 2001 From: Mahen Date: Tue, 17 Feb 2026 13:11:42 +0700 Subject: [PATCH] style: adjust input field profile --- src/components/dashboards/ProfileCard.tsx | 24 +++++++++++------------ 1 file changed, 11 insertions(+), 13 deletions(-) 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.

)}