Skip to content

Commit

Permalink
Update SignUp.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Kulinkovich committed Aug 2, 2019
1 parent b595e23 commit 100ce2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/views/Register/SignUp.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { Button } from "antd";
import style from "./style.module.scss";
import RegistrationForm from "../../components/signUp/RegisterForm";
import logo from "../../assets/images/logos/curators.png";
import Tips from "../../components/tips/Tips";

const SignUp = props => {
return (
Expand All @@ -26,6 +27,7 @@ const SignUp = props => {
Что бы начать использовать данный продукт вы должны быть
авторизованы в системе. Пожалуйста зарегистрируйтесь.
</p>
<Tips />
<div className={style.buttons}>
<Button
type="primary"
Expand Down

0 comments on commit 100ce2e

Please sign in to comment.