indicate safari instructions in ios pwa prompt
This commit is contained in:
parent
31a40e15be
commit
40aa64546a
|
@ -103,7 +103,7 @@ export default function MyApp ({ Component, pageProps: { ...props } }) {
|
|||
<ChainFeeProvider chainFee={chainFee}>
|
||||
<ErrorBoundary>
|
||||
<Component ssrData={ssrData} {...otherProps} />
|
||||
<PWAPrompt copyBody='This website has app functionality. Add it to your home screen to use it in fullscreen and receive notifications.' promptOnVisit={2} />
|
||||
<PWAPrompt copyBody='This website has app functionality. Add it to your home screen to use it in fullscreen and receive notifications. In Safari:' promptOnVisit={2} />
|
||||
</ErrorBoundary>
|
||||
</ChainFeeProvider>
|
||||
</BlockHeightProvider>
|
||||
|
|
Loading…
Reference in New Issue