fix(cli): reset logo to flat frame when loading completes (#786)
Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
@@ -117,7 +117,10 @@ export function WelcomeScreen({
|
||||
<Box flexDirection="row" marginTop={1}>
|
||||
{/* Left column: Logo */}
|
||||
<Box flexDirection="column" paddingLeft={1} paddingRight={2}>
|
||||
<AnimatedLogo color={colors.welcome.accent} />
|
||||
<AnimatedLogo
|
||||
color={colors.welcome.accent}
|
||||
animate={loadingState !== "ready"}
|
||||
/>
|
||||
</Box>
|
||||
|
||||
{/* Right column: Text info */}
|
||||
|
||||
Reference in New Issue
Block a user