Skip to content

Commit

Permalink
Added snow to website (#495)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmwu authored Dec 20, 2024
1 parent b08cabd commit b33b616
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .svgo.yml

This file was deleted.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@
"react": "^18.3.1",
"react-animate-on-scroll": "^2.1.9",
"react-dom": "^18.3.1",
"react-lazy-load-image-component": "^1.6.3",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.26.2",
"react-slick": "^0.30.2",
"react-snow-overlay": "^1.0.7",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ import Blog from './pages/Blog';
import Archive from './pages/Archive';
import NotFound from './pages/NotFound';
import './styles/App.css';
import { SnowOverlay } from 'react-snow-overlay';

function App() {
return (
<div id='app'>
<SnowOverlay color='rgba(242, 235, 235, 1)' />
<Navbar />
<ScrollToTop />
<Routes>
Expand Down

0 comments on commit b33b616

Please sign in to comment.