diff --git a/src/components/library/pwa/PwaProvider.tsx b/src/components/library/pwa/PwaProvider.tsx index c3696df..b0b7b3b 100644 --- a/src/components/library/pwa/PwaProvider.tsx +++ b/src/components/library/pwa/PwaProvider.tsx @@ -11,10 +11,10 @@ export function PwaProvider({ children }: Props): ReactElement { const { needRefresh, offlineReady, handleOfflineClose, handleRefresh } = usePwaProvider(); return ( -
+ <> {children} -
+ ); } diff --git a/src/components/library/pwa/offline-dialog/PwaOfflineDialog.tsx b/src/components/library/pwa/offline-dialog/PwaOfflineDialog.tsx index 403e45a..30db002 100644 --- a/src/components/library/pwa/offline-dialog/PwaOfflineDialog.tsx +++ b/src/components/library/pwa/offline-dialog/PwaOfflineDialog.tsx @@ -10,7 +10,7 @@ export function PwaOfflineDialog({ open, onClose }: PwaOfflineDialogProps): Reac return ( <> {open && ( -
+
Ready to work offline