Skip to content

Commit

Permalink
#1114 edited text and style
Browse files Browse the repository at this point in the history
  • Loading branch information
RoboMatuska committed Sep 28, 2023
1 parent 20e4f96 commit 10925d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/components/snapshot/modals/modalShareSnapshot.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ export const ModalShareSnapshot = memo(({}) => {
<Button onClick={() => updateClipboard(sharedSnapshot.url)} color="primary">
Copy link
</Button>
<Button onClick={openInNewTab} color="primary">
Open in new tab
<Button style={{width: '175px'}} onClick={openInNewTab} color="primary">
Open in new tab to test (recommended!)
</Button>
<Button onClick={closeModal} color="secondary">
Close
Expand Down

0 comments on commit 10925d2

Please sign in to comment.