mirror of
https://github.com/khairul169/vaulterm.git
synced 2026-09-15 17:03:30 +07:00
feat: add desktop build using wails
This commit is contained in:
@@ -38,9 +38,9 @@ const UserMenuButton = () => {
|
||||
<Avatar circular size="$3">
|
||||
<Avatar.Fallback bg="$blue4" />
|
||||
</Avatar>
|
||||
<View flex={1} style={{ textAlign: "left" }}>
|
||||
<Text numberOfLines={1}>{user?.name}</Text>
|
||||
<Text numberOfLines={1} fontWeight="600" mt="$1.5">
|
||||
<View flex={1}>
|
||||
<Text textAlign='left' numberOfLines={1}>{user?.name}</Text>
|
||||
<Text textAlign='left' numberOfLines={1} fontWeight="600" mt="$1.5">
|
||||
{team ? `${team.icon} ${team.name}` : "Personal"}
|
||||
</Text>
|
||||
</View>
|
||||
|
||||
Reference in New Issue
Block a user