mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-05-13 11:56:41 +07:00
fixed logo & provider dialogs
This commit is contained in:
parent
46a9f9daba
commit
71b6fe3a59
2 changed files with 26 additions and 36 deletions
|
@ -18,7 +18,7 @@ export const LogoDialog = ({ logo, setLogo }: Props) => (
|
|||
Object.keys(LOGOS).map(item => (
|
||||
<div
|
||||
className={classnames('helper-menu-item', { active: (item === logo) })}
|
||||
onClick={() => setLogo(item)}
|
||||
onMouseDown={() => setLogo(item)}
|
||||
key={item}
|
||||
>
|
||||
{LOGOS[item][0]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue