style: change placeholder formats
This commit is contained in:
parent
54aa99aabf
commit
0d62892f2c
|
|
@ -89,8 +89,8 @@ export default function ProfileCard(props: ProfileClientProps) {
|
||||||
Tentang Saya
|
Tentang Saya
|
||||||
</div>
|
</div>
|
||||||
<div className="rounded-xl bg-muted/50 p-4 border border-muted">
|
<div className="rounded-xl bg-muted/50 p-4 border border-muted">
|
||||||
<p className="text-sm leading-relaxed text-foreground/90">
|
<p className="text-sm text-gray-400">
|
||||||
{bio ||
|
{bio &&
|
||||||
"Belum ada deskripsi profil. Ceritakan sedikit tentang aktivitas dan kebutuhan laptop Anda."}
|
"Belum ada deskripsi profil. Ceritakan sedikit tentang aktivitas dan kebutuhan laptop Anda."}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -114,8 +114,8 @@ export default function ProfileCard(props: ProfileClientProps) {
|
||||||
</span>
|
</span>
|
||||||
))
|
))
|
||||||
) : (
|
) : (
|
||||||
<span className="text-sm text-muted-foreground">
|
<span className="bg-card rounded-full text-sm text-gray-400 border px-3 py-1">
|
||||||
Tidak ada preferensi
|
None
|
||||||
</span>
|
</span>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -134,8 +134,8 @@ export default function ProfileCard(props: ProfileClientProps) {
|
||||||
{preferenceOS}
|
{preferenceOS}
|
||||||
</span>
|
</span>
|
||||||
) : (
|
) : (
|
||||||
<span className="text-sm text-muted-foreground">
|
<span className="bg-card rounded-full text-sm text-gray-400 border px-3 py-1">
|
||||||
Bebas / Semua OS
|
None
|
||||||
</span>
|
</span>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -162,7 +162,7 @@ export default function ProfileCard(props: ProfileClientProps) {
|
||||||
</div>
|
</div>
|
||||||
) : (
|
) : (
|
||||||
<div className="flex h-[calc(100%-2rem)] justify-center items-center">
|
<div className="flex h-[calc(100%-2rem)] justify-center items-center">
|
||||||
<p className="text-sm text-muted-foreground">
|
<p className="text-sm text-gray-400">
|
||||||
Anggaran Belum Diatur.
|
Anggaran Belum Diatur.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue