mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-04 22:40:29 +03:00
temp hide profile button
This commit is contained in:
parent
bedf5c9d54
commit
1b63b59fdc
1 changed files with 2 additions and 2 deletions
|
|
@ -257,7 +257,7 @@ export function UserRoomProfile({ userId }: UserRoomProfileProps) {
|
||||||
<Box direction="Column" gap="400">
|
<Box direction="Column" gap="400">
|
||||||
<Box gap="400" alignItems="Start">
|
<Box gap="400" alignItems="Start">
|
||||||
<UserHeroName displayName={displayName} userId={userId} />
|
<UserHeroName displayName={displayName} userId={userId} />
|
||||||
<Box shrink="No">
|
{/* <Box shrink="No">
|
||||||
<Button
|
<Button
|
||||||
size="300"
|
size="300"
|
||||||
variant="Secondary"
|
variant="Secondary"
|
||||||
|
|
@ -267,7 +267,7 @@ export function UserRoomProfile({ userId }: UserRoomProfileProps) {
|
||||||
>
|
>
|
||||||
<Text size="B300">Profile</Text>
|
<Text size="B300">Profile</Text>
|
||||||
</Button>
|
</Button>
|
||||||
</Box>
|
</Box> */}
|
||||||
</Box>
|
</Box>
|
||||||
<Box alignItems="Center" gap="200" wrap="Wrap">
|
<Box alignItems="Center" gap="200" wrap="Wrap">
|
||||||
{server && <ServerChip server={server} />}
|
{server && <ServerChip server={server} />}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue