mirror of https://github.com/buster-so/buster.git
Remove animation in global error
This commit is contained in:
parent
0322125972
commit
bbaff0d05b
|
@ -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't worry, it's not you - it'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>
|
||||
|
|
Loading…
Reference in New Issue