diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-01-18 19:17:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-18 19:17:25 +0100 |
commit | d799921c75e7bfb83504bb79dcc1c269c91d168c (patch) | |
tree | 8150e8c3d81038ed132127d2ea1ca2a44ff73fb1 /app/javascript/images | |
parent | e56404be414ff2fc7ff11171fdd2b31a0658aa11 (diff) |
Replace tutorial modal with welcome e-mail (#6273)
* Remove onboarding modal * Welcome e-mail * Send welcome e-mail after confirmation * Remove obsolete translations
Diffstat (limited to 'app/javascript/images')
-rw-r--r-- | app/javascript/images/icon_done.svg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/javascript/images/icon_done.svg b/app/javascript/images/icon_done.svg new file mode 100644 index 000000000..446af14d9 --- /dev/null +++ b/app/javascript/images/icon_done.svg @@ -0,0 +1,4 @@ +<svg fill="#FFFFFF" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> + <path d="M0 0h24v24H0z" fill="none"/> + <path d="M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z"/> +</svg> \ No newline at end of file |