indicate safari instructions in ios pwa prompt

This commit is contained in:
keyan 2024-01-03 16:32:18 -06:00
parent 31a40e15be
commit 40aa64546a

View File

@ -103,7 +103,7 @@ export default function MyApp ({ Component, pageProps: { ...props } }) {
<ChainFeeProvider chainFee={chainFee}> <ChainFeeProvider chainFee={chainFee}>
<ErrorBoundary> <ErrorBoundary>
<Component ssrData={ssrData} {...otherProps} /> <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> </ErrorBoundary>
</ChainFeeProvider> </ChainFeeProvider>
</BlockHeightProvider> </BlockHeightProvider>