From 8c0da8ceedbdd0f6a2c67a86a7e2d353487addcf Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Wed, 10 May 2023 13:37:25 -0500 Subject: [PATCH] don't show pwa prompt for now --- src/components/Reload.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Reload.tsx b/src/components/Reload.tsx index 18cf0dd..3311c29 100644 --- a/src/components/Reload.tsx +++ b/src/components/Reload.tsx @@ -25,7 +25,7 @@ const ReloadPrompt: Component = () => { return ( - + {/*
New content available, click on reload button to update.} @@ -38,7 +38,7 @@ const ReloadPrompt: Component = () => { - + */} ) }