From 1fe7a35d8888602b26426e28a44fd4687a90b6f4 Mon Sep 17 00:00:00 2001
From: Kerr Travers <vutondesign.github@gmail.com>
Date: Tue, 16 Jan 2018 18:51:52 +0000
Subject: [PATCH] Remove tooltip from button

---
 src/components/preview-modal/preview-modal.jsx | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/components/preview-modal/preview-modal.jsx b/src/components/preview-modal/preview-modal.jsx
index 71a3b029c..1d7b9af11 100644
--- a/src/components/preview-modal/preview-modal.jsx
+++ b/src/components/preview-modal/preview-modal.jsx
@@ -54,7 +54,6 @@ const PreviewModal = ({intl, ...props}) => (
                 </button>
                 <button
                     className={styles.okButton}
-                    title="tryit"
                     onClick={props.onTryIt}
                 >
                     <FormattedMessage
-- 
GitLab