From 9bb3f8de05f24c86a9106a97bd37484b4115d6ab Mon Sep 17 00:00:00 2001 From: Andrew Fong Date: Tue, 11 Feb 2025 06:39:40 -0800 Subject: [PATCH] fix: Ellipsis in loading state (#1149) --- ui/desktop/src/components/LoadingGoose.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/desktop/src/components/LoadingGoose.tsx b/ui/desktop/src/components/LoadingGoose.tsx index d9679d334..ba9e557d8 100644 --- a/ui/desktop/src/components/LoadingGoose.tsx +++ b/ui/desktop/src/components/LoadingGoose.tsx @@ -6,7 +6,7 @@ const LoadingGoose = () => {
- goose is working on it.. + goose is working on it…
);