Skip to content

Commit e37d7bc

Browse files
committed
Delay the loading message
1 parent 80fc72a commit e37d7bc

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/app/pages/Sandbox

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class SandboxPage extends React.Component {
5353
titles={[
5454
{
5555
content: 'Loading Sandbox',
56-
delay: 0,
56+
delay: 0.6,
5757
},
5858
{
5959
content: 'Fetching git repository...',

0 commit comments

Comments
 (0)