We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15fa5c8 commit b243c8fCopy full SHA for b243c8f
packages/app/src/app/pages/Sandbox/Editor/Header/UpdateFound/index.js
@@ -12,7 +12,7 @@ export default class UpdateFound extends React.PureComponent {
12
componentDidMount() {
13
this.timeout = setTimeout(() => {
14
this.setState({ showTooltipManually: false });
15
- }, 10000);
+ }, 60000);
16
}
17
18
componentWillUnmount() {
packages/app/src/app/pages/Sandbox/Editor/Header/index.js
@@ -142,7 +142,7 @@ const Header = ({ store, signals }) => {
142
modal: 'newSandbox',
143
})
144
145
- tooltip="Create New Sandbox"
+ tooltip="New Sandbox"
146
Icon={PlusIcon}
147
/>
148
0 commit comments