Remove animation in global error

This commit is contained in:
Nate Kelley 2025-05-07 14:11:09 -06:00
parent 0322125972
commit bbaff0d05b
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
1 changed files with 3 additions and 3 deletions

View File

@ -28,12 +28,12 @@ const ErrorCard = () => {
<Card className="-mt-10">
<CardContent>
<div className="flex flex-col gap-4">
<h1 className="animate-fade-in text-2xl font-medium">Looks like we hit an error! 😅</h1>
<h1 className="text-2xl font-medium">Looks like we hit an error! 😅</h1>
<h5 className="animate-slide-up m-0 text-base font-medium text-gray-600">
<h5 className="m-0 text-base font-medium text-gray-600">
Don&apos;t worry, it&apos;s not you - it&apos;s us!
</h5>
<h5 className="animate-slide-up m-0 text-base font-medium text-gray-500">
<h5 className="m-0 text-base font-medium text-gray-500">
If this error persists, please contact Buster support!
</h5>
</div>