mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-09 02:05:28 +00:00
Format and automatically fix linted code.
This commit is contained in:
@@ -58,7 +58,7 @@ const Info = styled.div`
|
||||
font-size: 0.8em;
|
||||
font-weight: 400;
|
||||
color: var(--secondary-foreground);
|
||||
|
||||
|
||||
> * {
|
||||
pointer-events: none;
|
||||
}
|
||||
@@ -93,11 +93,11 @@ export default function ChannelHeader({
|
||||
|
||||
return (
|
||||
<Header placement="primary">
|
||||
{isTouchscreenDevice &&
|
||||
{isTouchscreenDevice && (
|
||||
<div className="menu">
|
||||
<Menu size={27} />
|
||||
</div>
|
||||
}
|
||||
)}
|
||||
{icon}
|
||||
<Info>
|
||||
<span className="name">{name}</span>
|
||||
|
||||
Reference in New Issue
Block a user