improved startup screen
This commit is contained in:
@@ -96,9 +96,9 @@ export function calculateOptimalLeftWidth(
|
||||
*/
|
||||
export function formatWelcomeMessage(username: string | null): string {
|
||||
if (!username || username.length > MAX_USERNAME_LENGTH) {
|
||||
return 'Welcome back!'
|
||||
return 'Welcome to Open Claude'
|
||||
}
|
||||
return `Welcome back ${username}!`
|
||||
return `Welcome back, ${username}`
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user