fix: Ellipsis in loading state (#1149)

This commit is contained in:
Andrew Fong
2025-02-11 06:39:40 -08:00
committed by GitHub
parent 0dd5956d30
commit 9bb3f8de05
+1 -1
View File
@@ -6,7 +6,7 @@ const LoadingGoose = () => {
<div className="w-full pb-[2px]">
<div className="flex items-center text-xs text-textStandard mb-2 mt-2 pl-4 animate-[appear_250ms_ease-in_forwards]">
<GooseLogo className="mr-2" size="small" hover={false} />
goose is working on it..
goose is working on it
</div>
</div>
);