refactor: move pwa update toast to the bottom center
This commit is contained in:
@@ -21,7 +21,7 @@ export const usePwaPrompt = function () {
|
|||||||
|
|
||||||
function showUpdateToast() {
|
function showUpdateToast() {
|
||||||
toast.show(`${t("app.new_version_found")}`, {
|
toast.show(`${t("app.new_version_found")}`, {
|
||||||
position: "bottom-left",
|
position: "bottom-center",
|
||||||
duration: 0,
|
duration: 0,
|
||||||
action: [
|
action: [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user