Skip to content

Commit

Permalink
fix: incorrect displaying icons on pages (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrykKuniczak authored Jan 6, 2024
1 parent 3097673 commit 81a0316
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions react-app/src/pages/content/components/home/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { Portal } from '@mui/base';
import { ThemeProvider } from '@mui/system';
import { customToast, errorToast } from '@pages/content/components/error-toast';
import { StyledToastContainer } from '@pages/content/components/toast-container';
import GlobalStyles from '@utils/data/global-styles';
import theme from '@utils/data/themes/dark-theme';
import { useEffect, useState } from 'react';
import { toast } from 'react-toastify';
Expand Down Expand Up @@ -65,8 +64,6 @@ function App() {

return (
<ThemeProvider theme={theme}>
<GlobalStyles />

<Portal>
<StyledToastContainer
position={'bottom-right'}
Expand Down

0 comments on commit 81a0316

Please sign in to comment.