🧑‍💻(frontend) move dev tool to the bottom left corner

Nothing happens in the bottom left corner.
Avoid hiding features while developing.
This commit is contained in:
lebaudantoine
2025-03-28 19:02:59 +01:00
committed by aleb_the_flash
parent db65aef56e
commit 506b3978e1

View File

@@ -55,7 +55,10 @@ function App() {
<Route component={NotFoundScreen} />
</Switch>
</Layout>
<ReactQueryDevtools initialIsOpen={false} buttonPosition="top-left" />
<ReactQueryDevtools
initialIsOpen={false}
buttonPosition="bottom-left"
/>
</I18nProvider>
</Suspense>
</QueryClientProvider>