refactor text parser

This commit is contained in:
reya
2023-10-28 14:36:12 +07:00
parent 6685d9af38
commit ace58ecdd5
6 changed files with 200 additions and 211 deletions
+2 -2
View File
@@ -440,9 +440,9 @@ export const User = memo(function User({
if (status === 'pending') {
return (
<div className="flex items-center gap-3">
<div className="flex items-start gap-3">
<div className="h-10 w-10 shrink-0 animate-pulse rounded-lg bg-neutral-300 dark:bg-neutral-700" />
<div className="flex h-6 flex-1 items-start gap-2">
<div className="h-6 flex-1">
<div className="h-4 w-36 animate-pulse rounded bg-neutral-300 dark:bg-neutral-700" />
</div>
</div>