mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-05-04 09:06:40 +07:00
removed PhotoSwipeStore
This commit is contained in:
parent
224c27b6f4
commit
82308d2a91
15 changed files with 90 additions and 84 deletions
src/components/main/Header
|
@ -132,7 +132,12 @@ const HeaderUnconnected: FC<IProps> = observer(
|
|||
)}
|
||||
|
||||
{!is_user && (
|
||||
<Button className={styles.user_button} onClick={onLogin} round color="secondary">
|
||||
<Button
|
||||
className={styles.user_button}
|
||||
onClick={() => onLogin({})}
|
||||
round
|
||||
color="secondary"
|
||||
>
|
||||
ВДОХ
|
||||
</Button>
|
||||
)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue