fix: in/with

This commit is contained in:
cha0s 2020-07-25 03:28:28 -05:00
parent a94196dee6
commit ca232ddb84

View File

@ -29,7 +29,11 @@ export default function ChatCenter(props) {
</span>
</button>
<div className="center__headerChannel">
<span className="tiny">chatting in</span>
<span className="tiny">
chatting
{' '}
{channel.charCodeAt(1) === 'r'.charCodeAt(0) ? 'in' : 'with'}
</span>
<span>{channel}</span>
</div>
<button