Skip to content

Commit

Permalink
Remove snow
Browse files Browse the repository at this point in the history
  • Loading branch information
Dabendorf committed Dec 8, 2024
1 parent 3687f91 commit df670ce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { useSettings } from "./hooks/useSettings";
import Navbar from "./components/Navbar";
import Footer from "./components/Footer";
import PageContainer from "./components/PageContainer";
import Snowfall from 'react-snowfall'

function App() {
const [{ theme }] = useSettings();
Expand All @@ -23,7 +22,6 @@ function App() {

return (
<PageContainer>
<Snowfall color="#AA00AA" />
<ToastContainer
hideProgressBar
position="top-center"
Expand Down

0 comments on commit df670ce

Please sign in to comment.