mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 21:06:42 +07:00
boris and flow for everyone
This commit is contained in:
parent
872e91b39b
commit
0d64d847a1
2 changed files with 11 additions and 12 deletions
|
@ -60,21 +60,20 @@ const HeaderUnconnected: FC<IProps> = memo(
|
|||
|
||||
<Filler />
|
||||
|
||||
{is_user && (
|
||||
<div className={style.plugs}>
|
||||
<Link className={style.item} to={URLS.BASE}>
|
||||
ФЛОУ
|
||||
</Link>
|
||||
|
||||
<Link className={style.item} to={URLS.BORIS}>
|
||||
БОРИС
|
||||
</Link>
|
||||
<div className={style.plugs}>
|
||||
<Link className={style.item} to={URLS.BASE}>
|
||||
ФЛОУ
|
||||
</Link>
|
||||
|
||||
<Link className={style.item} to={URLS.BORIS}>
|
||||
БОРИС
|
||||
</Link>
|
||||
{is_user && (
|
||||
<div className={style.item}>
|
||||
<Notifications />
|
||||
</div>
|
||||
</div>
|
||||
)}
|
||||
)}
|
||||
</div>
|
||||
|
||||
{is_user && (
|
||||
<UserButton user={user} onLogout={authLogout} authOpenProfile={authOpenProfile} />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue