Switch buttons
This commit is contained in:
parent
4466326f8c
commit
7c134a0c29
1 changed files with 8 additions and 8 deletions
|
@ -86,14 +86,6 @@ const ChatMessageListIntro = () => {
|
|||
</Button>
|
||||
|
||||
<HStack alignItems='center' space={2} className='w-full'>
|
||||
<Button
|
||||
theme='danger'
|
||||
block
|
||||
onClick={handleLeaveChat}
|
||||
>
|
||||
{intl.formatMessage(messages.leaveChat)}
|
||||
</Button>
|
||||
|
||||
<Button
|
||||
theme='secondary'
|
||||
block
|
||||
|
@ -101,6 +93,14 @@ const ChatMessageListIntro = () => {
|
|||
>
|
||||
{intl.formatMessage(messages.report)}
|
||||
</Button>
|
||||
|
||||
<Button
|
||||
theme='danger'
|
||||
block
|
||||
onClick={handleLeaveChat}
|
||||
>
|
||||
{intl.formatMessage(messages.leaveChat)}
|
||||
</Button>
|
||||
</HStack>
|
||||
</Stack>
|
||||
) : (
|
||||
|
|
Loading…
Reference in a new issue