Skip to content

Commit

Permalink
Issue #PS-000 fix: Updated Install popup placement
Browse files Browse the repository at this point in the history
  • Loading branch information
itsvick committed Jan 28, 2025
1 parent 13d228b commit 0c68b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ function App({ Component, pageProps }: AppProps) {
rel="stylesheet"
/>
</Head>
<InstallPopup />
<CacheProvider value={isRTL ? rtlCache : ltrCache}>
<CssVarsProvider theme={customTheme}>
<Box
Expand All @@ -191,6 +190,7 @@ function App({ Component, pageProps }: AppProps) {
overflowX: 'hidden',
}}
>
<InstallPopup />
<QueryClientProvider client={client}>
<Component {...pageProps} />
</QueryClientProvider>
Expand Down

0 comments on commit 0c68b7d

Please sign in to comment.