fix: disable animated logo on setup/login page (#1330)
This commit is contained in:
@@ -140,7 +140,7 @@ export function SetupUI({ onComplete }: SetupUIProps) {
|
||||
if (mode === "device-code") {
|
||||
return (
|
||||
<Box flexDirection="column" padding={1}>
|
||||
<AnimatedLogo color={colors.welcome.accent} />
|
||||
<AnimatedLogo color={colors.welcome.accent} animate={false} />
|
||||
<Text> </Text>
|
||||
<Text bold>Login to Letta Platform</Text>
|
||||
<Text> </Text>
|
||||
|
||||
Reference in New Issue
Block a user