Skip to content

Commit 10925d2

Browse files
committed
#1114 edited text and style
1 parent 20e4f96 commit 10925d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/components/snapshot/modals/modalShareSnapshot.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ export const ModalShareSnapshot = memo(({}) => {
5959
<Button onClick={() => updateClipboard(sharedSnapshot.url)} color="primary">
6060
Copy link
6161
</Button>
62-
<Button onClick={openInNewTab} color="primary">
63-
Open in new tab
62+
<Button style={{width: '175px'}} onClick={openInNewTab} color="primary">
63+
Open in new tab to test (recommended!)
6464
</Button>
6565
<Button onClick={closeModal} color="secondary">
6666
Close

0 commit comments

Comments
 (0)