Add mobile-specific tabs+content

This commit is contained in:
Gabe Kangas
2022-09-10 12:08:22 -07:00
parent a2fa754922
commit 0430adc502
5 changed files with 104 additions and 28 deletions

View File

@@ -20,9 +20,7 @@ export const Header: FC<HeaderComponentProps> = ({ name = 'Your stream title', c
{chatAvailable && <UserDropdown />}
{!chatAvailable && (
<Tooltip title="Chat is available when the stream is live." placement="left">
<Tag color="processing" style={{ cursor: 'pointer' }}>
Chat offline
</Tag>
<Tag style={{ cursor: 'pointer' }}>Chat offline</Tag>
</Tooltip>
)}
</AntHeader>