Skip to content

Commit

Permalink
refactor: ♻️ Remove react query devtools and change analytics tab ico…
Browse files Browse the repository at this point in the history
…n color
  • Loading branch information
rique223 committed Sep 15, 2023
1 parent d7d3143 commit c22c76a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const AnalyticsReports = ({ analytics }: { analytics: Serialized<IStats> }) => {
<Box p={20} pbe={28} mbe={24}>
<Box display='flex' flexDirection='row' alignItems='center' mbe={20}>
<Box display='flex' justifyContent='center' alignItems='center' borderRadius={2} p={4} mie={8} bg='status-background-info'>
<Icon name='info' size={20} color='info' />
<Icon name='info' size={20} color='pure-black' />
</Box>
<Box fontScale='h4'>{t('How_and_why_we_collect_usage_data')}</Box>
</Box>
Expand Down
2 changes: 0 additions & 2 deletions apps/meteor/client/views/root/AppRoot.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { QueryClientProvider } from '@tanstack/react-query';
import { ReactQueryDevtools } from '@tanstack/react-query-devtools';
import type { ReactElement } from 'react';
import React, { lazy, Suspense } from 'react';
import { createPortal } from 'react-dom';
Expand Down Expand Up @@ -42,7 +41,6 @@ const AppRoot = (): ReactElement => (
<MeteorProvider>
<AppLayout />
</MeteorProvider>
<ReactQueryDevtools initialIsOpen={false} position='bottom-right' />
</QueryClientProvider>
</Suspense>
</OutermostErrorBoundary>
Expand Down

0 comments on commit c22c76a

Please sign in to comment.