We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d174bb2 commit 348b5d6Copy full SHA for 348b5d6
1 file changed
src/App.tsx
@@ -330,12 +330,9 @@ function App() {
330
<div class={styles.versionNotice} role="alert">
331
<div class={styles.versionNoticeText}>
332
<strong>Update Available!</strong>
333
- <span>Please hard reload. If that doesn't work, contact the deployment owner.</span>
+ <span>Please hard reload using ctrl + shift + r (cmd + shift + r on mac). If that doesn't work, contact the deployment owner.</span>
334
</div>
335
<div class={styles.versionNoticeButtons}>
336
- <button type="button" onClick={handleVersionReload}>
337
- Reload
338
- </button>
339
<button type="button" onClick={handleVersionOk}>
340
OK
341
</button>
0 commit comments