From a12fe481eb9604aa506477465f7f0408db72cc95 Mon Sep 17 00:00:00 2001 From: mehmet Date: Tue, 7 May 2024 18:28:23 +0200 Subject: [PATCH] Update error message for unsupported browsers --- client/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/App.tsx b/client/src/App.tsx index 468f2ae7..6581bdce 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -42,7 +42,7 @@ export async function regSw(user) { } } else { console.log( - 'Service workers or Push notifications are not supported by the browser.' + 'Service workers or Push notifications are not supported by the browser !!' ); } }