Skip to content

Commit

Permalink
Update error message for unsupported browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
sayinmehmet47 committed May 7, 2024
1 parent 1d1442f commit efd397c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 !!'
);
}
}
Expand Down

0 comments on commit efd397c

Please sign in to comment.