services logic

This commit is contained in:
Ishaan Dey
2024-05-23 01:35:08 -07:00
parent 8e49fed48b
commit 218afd4fe0
9 changed files with 553 additions and 57 deletions

View File

@ -48,12 +48,14 @@ export default function Loading({
)}
</DialogTitle>
{didFail ? (
<DialogDescription>
<DialogDescription className="pt-2">
Try again in a minute, or contact @ishaandey_ on Twitter/X if it
still doesn't work.
</DialogDescription>
) : description ? (
<DialogDescription>{description}</DialogDescription>
<DialogDescription className="pt-2">
{description}
</DialogDescription>
) : null}
</DialogHeader>
</DialogContent>