Skip to content

Commit 348b5d6

Browse files
authored
Update App.tsx
1 parent d174bb2 commit 348b5d6

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/App.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -330,12 +330,9 @@ function App() {
330330
<div class={styles.versionNotice} role="alert">
331331
<div class={styles.versionNoticeText}>
332332
<strong>Update Available!</strong>
333-
<span>Please hard reload. If that doesn't work, contact the deployment owner.</span>
333+
<span>Please hard reload using ctrl + shift + r (cmd + shift + r on mac). If that doesn't work, contact the deployment owner.</span>
334334
</div>
335335
<div class={styles.versionNoticeButtons}>
336-
<button type="button" onClick={handleVersionReload}>
337-
Reload
338-
</button>
339336
<button type="button" onClick={handleVersionOk}>
340337
OK
341338
</button>

0 commit comments

Comments
 (0)