Change cursor to pointer
This commit is contained in:
@@ -19,7 +19,9 @@ export default function HeaderComponent({ name = 'Your stream title', chatAvaila
|
|||||||
{chatAvailable && <UserDropdown />}
|
{chatAvailable && <UserDropdown />}
|
||||||
{!chatAvailable && (
|
{!chatAvailable && (
|
||||||
<Tooltip title="Chat is available when the stream is live." placement="left">
|
<Tooltip title="Chat is available when the stream is live." placement="left">
|
||||||
<Tag color="processing">Chat offline</Tag>
|
<Tag color="processing" style={{ cursor: 'pointer' }}>
|
||||||
|
Chat offline
|
||||||
|
</Tag>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
)}
|
)}
|
||||||
</Header>
|
</Header>
|
||||||
|
|||||||
Reference in New Issue
Block a user