mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-09 19:03:33 +02:00
Git support (#143)
This commit is contained in:
@@ -212,9 +212,7 @@ function EventRow({
|
||||
)}
|
||||
>
|
||||
<Icon
|
||||
className={classNames(
|
||||
messageType === 'close' ? 'text-secondary' : isServer ? 'text-info' : 'text-primary',
|
||||
)}
|
||||
color={messageType === 'close' ? 'secondary' : isServer ? 'info' : 'primary'}
|
||||
icon={
|
||||
messageType === 'close'
|
||||
? 'info'
|
||||
|
||||
Reference in New Issue
Block a user