diff --git a/src/Auth.tsx b/src/Auth.tsx index e4df0e622..1e2c6477e 100644 --- a/src/Auth.tsx +++ b/src/Auth.tsx @@ -7,7 +7,7 @@ export const Auth = ({ children }: React.PropsWithChildren) => { const isLoggingIn = authState.matches('checkIfLoggedIn') return isLoggingIn ? ( - + Loading Design Studio... ) : ( diff --git a/src/components/EngineStream.tsx b/src/components/EngineStream.tsx index 7e1c9929b..0c8553fbd 100644 --- a/src/components/EngineStream.tsx +++ b/src/components/EngineStream.tsx @@ -418,7 +418,7 @@ export const EngineStream = (props: { {![EngineStreamState.Playing, EngineStreamState.Paused].some( (s) => s === engineStreamState.value ) && ( - + Connecting to engine )} diff --git a/src/components/Loading.tsx b/src/components/Loading.tsx index e2de68cf0..a1d98cea7 100644 --- a/src/components/Loading.tsx +++ b/src/components/Loading.tsx @@ -111,7 +111,7 @@ const Loading = ({ children, className, dataTestId }: LoadingProps) => { return (
{isUnrecoverableError ? ( diff --git a/src/routes/Home.tsx b/src/routes/Home.tsx index 051470756..cb189d10b 100644 --- a/src/routes/Home.tsx +++ b/src/routes/Home.tsx @@ -321,7 +321,7 @@ const Home = () => { className="flex-1 overflow-y-auto pr-2 pb-24" > {state?.matches(SystemIOMachineStates.readingFolders) ? ( - Loading your Projects... + Loading your Projects... ) : ( <> {searchResults.length > 0 ? (