diff --git a/src/components/browser-modal/browser-modal.css b/src/components/browser-modal/browser-modal.css
index 52773e08f1b90e4bc5a453b730ddfb04225b5af6..0d3a2e35fdda3f47855d90441d0cc62e4fb06d1f 100644
--- a/src/components/browser-modal/browser-modal.css
+++ b/src/components/browser-modal/browser-modal.css
@@ -56,6 +56,7 @@
     color: white;
     font-weight: bold;
     font-size: 0.875rem;
+    cursor: pointer;
 }
 
 .faq-link-text {
diff --git a/src/components/preview-modal/happy-cat.png b/src/components/preview-modal/happy-cat.png
new file mode 100644
index 0000000000000000000000000000000000000000..764761eea936c6488a8255433a83b75e8426cb08
Binary files /dev/null and b/src/components/preview-modal/happy-cat.png differ
diff --git a/src/components/preview-modal/happy-cat.svg b/src/components/preview-modal/happy-cat.svg
deleted file mode 100644
index 9a04aa18da28b7a787ad4217c81beeb806182578..0000000000000000000000000000000000000000
Binary files a/src/components/preview-modal/happy-cat.svg and /dev/null differ
diff --git a/src/components/preview-modal/preview-modal.css b/src/components/preview-modal/preview-modal.css
index 1d4b86e7c09d3f1d5dd8fb9df937de3974ecb799..858beb5bad1de1eeaf30e9cdbc786621cfa3723a 100644
--- a/src/components/preview-modal/preview-modal.css
+++ b/src/components/preview-modal/preview-modal.css
@@ -55,6 +55,7 @@
     background: white;
     font-weight: bold;
     font-size: .875rem;
+    cursor: pointer;
 }
 
 .button-row button.ok-button {
diff --git a/src/components/preview-modal/preview-modal.jsx b/src/components/preview-modal/preview-modal.jsx
index 0c1651a2a232c6f78f89df6bdbfc29319250b9fb..71a3b029ca86bb8793f3aa8848c11b0e91294a9d 100644
--- a/src/components/preview-modal/preview-modal.jsx
+++ b/src/components/preview-modal/preview-modal.jsx
@@ -5,7 +5,7 @@ import Box from '../box/box.jsx';
 import {defineMessages, injectIntl, intlShape, FormattedMessage} from 'react-intl';
 
 import styles from './preview-modal.css';
-import catIcon from './happy-cat.svg';
+import catIcon from './happy-cat.png';
 
 const messages = defineMessages({
     label: {
diff --git a/src/components/preview-modal/welcome.png b/src/components/preview-modal/welcome.png
index dd764efd0dd57dea3c119e8d8bd19a883c0b8e23..520b619919b1b9dfabcef138fc16fc64aebee9e6 100644
Binary files a/src/components/preview-modal/welcome.png and b/src/components/preview-modal/welcome.png differ