fixed guest button appearance

This commit is contained in:
muerwre 2019-02-12 09:44:57 +07:00
parent 4d950f214f
commit 72bd1d4f46
3 changed files with 5 additions and 2 deletions

View file

@ -13,7 +13,7 @@ export const GuestButton = ({ onClick }: Props) => (
onClick={onClick}
>
<Icon icon="icon-reg-1" />
<span>ВОЙТИ</span>
<span className="desktop-only">ВОЙТИ</span>
</button>
</div>
);