Skip to content

Commit

Permalink
Spruce up the success modal with nice copy
Browse files Browse the repository at this point in the history
  • Loading branch information
fungjj92 committed Jan 15, 2019
1 parent 59b1ba1 commit ac21e95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/icp/apps/beekeepers/js/src/components/SuccessModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ const SuccessModal = ({ dispatch, isSuccessModalOpen }) => (
{close => (
<div className="authModal">
<div className="authModal__header">
Thank You
<button type="button" className="button" onClick={close}>
&times;
</button>
</div>
<div className="authModal__content">
Successfully submitted!
Your response has been saved.
</div>
</div>
)}
Expand Down

0 comments on commit ac21e95

Please sign in to comment.