1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

fixed boris comments

This commit is contained in:
Fedor Katurov 2019-12-02 15:49:09 +07:00
parent 0e4c1acc3f
commit 5cb0791752
7 changed files with 163 additions and 90 deletions

View file

@ -63,11 +63,11 @@ const HeaderUnconnected: FC<IProps> = memo(
{is_user && (
<div className={style.plugs}>
<Link className={style.item} to={URLS.BASE}>
FLOW
ФЛОУ
</Link>
<Link className={style.item} to={URLS.BORIS}>
BORIS
БОРИС
</Link>
<div className={style.item}>

View file

@ -4,6 +4,6 @@ import { Link } from 'react-router-dom';
export const Logo = () => (
<Link className={styles.logo} to="/">
VAULT
УБЕЖИЩЕ
</Link>
);