refactor: move pwa update toast to the bottom center
This commit is contained in:
parent
fd60c630fd
commit
fba22ea687
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ export const usePwaPrompt = function () {
|
|||
|
||||
function showUpdateToast() {
|
||||
toast.show(`${t("app.new_version_found")}`, {
|
||||
position: "bottom-left",
|
||||
position: "bottom-center",
|
||||
duration: 0,
|
||||
action: [
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue