We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02bd775 commit daf7002Copy full SHA for daf7002
packages/app/src/app/index.js
@@ -84,7 +84,7 @@ requirePolyfills().then(() => {
84
},
85
onInstalled: () => {
86
showNotification(
87
- 'CodeSandbox has been installed, it now works offline.',
+ 'CodeSandbox has been installed, it now works offline!',
88
'success'
89
);
90
0 commit comments