replace whitespace brackets

dansholds/allow-avatar-on-project-card
daniel holdsworth 6 months ago
parent 00d8b2ef6d
commit 01ba8d5942
  1. 4
      src/components/Projects/ProjectCard.tsx

@ -48,8 +48,8 @@ export function ProjectCard(props: ProjectCardProps) {
<span className="flex min-h-[22px] items-center justify-between gap-2 text-xs text-gray-400"> <span className="flex min-h-[22px] items-center justify-between gap-2 text-xs text-gray-400">
{isLoadingStatus ? ( {isLoadingStatus ? (
<> <>
<span className="h-5 w-24 animate-pulse rounded bg-gray-200" /> <span className="h-5 w-24 animate-pulse rounded bg-gray-200" />{' '}
<span className="h-5 w-20 animate-pulse rounded bg-gray-200" /> <span className="h-5 w-20 animate-pulse rounded bg-gray-200" />{' '}
</> </>
) : ( ) : (
<> <>

Loading…
Cancel
Save