Skip to content

Commit b243c8f

Browse files
author
Ives van Hoorne
committed
Tweaks to tooltips
1 parent 15fa5c8 commit b243c8f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/app/src/app/pages/Sandbox/Editor/Header/UpdateFound/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default class UpdateFound extends React.PureComponent {
1212
componentDidMount() {
1313
this.timeout = setTimeout(() => {
1414
this.setState({ showTooltipManually: false });
15-
}, 10000);
15+
}, 60000);
1616
}
1717

1818
componentWillUnmount() {

packages/app/src/app/pages/Sandbox/Editor/Header/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ const Header = ({ store, signals }) => {
142142
modal: 'newSandbox',
143143
})
144144
}
145-
tooltip="Create New Sandbox"
145+
tooltip="New Sandbox"
146146
Icon={PlusIcon}
147147
/>
148148

0 commit comments

Comments
 (0)