Skip to content

Commit

Permalink
Update HomeScreenAlert src
Browse files Browse the repository at this point in the history
  • Loading branch information
shelegdmitriy committed Oct 3, 2023
1 parent 2fce5e9 commit 50edb55
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const HomePage: NextPageWithLayout = () => {
} else {
setTimeout(() => {
setShowNotificationModalState(showNotificationModal());
}, 10000);
}, 3000);
}
}
}
Expand Down Expand Up @@ -151,8 +151,7 @@ const HomePage: NextPageWithLayout = () => {
}}
/>
<VmComponent
// src={components.nearOrg.notifications.iosHomeScreenAlert}
src="dima_sheleg.near/widget/NearOrg.Notifications.HomeScreenAlert"
src={components.nearOrg.notifications.iosHomeScreenAlert}
props={{
open: iosHomeScreenPrompt,
onOpenChange: handleHomeScreenClose,
Expand Down

0 comments on commit 50edb55

Please sign in to comment.