Skip to content

Commit

Permalink
feat(issue-110): add the snowfall for pfr-centr.com
Browse files Browse the repository at this point in the history
Merge pull request #112 from live-dev999/live-dev999/issue110
  • Loading branch information
live-dev999 committed Dec 29, 2021
2 parents 40618e0 + 7be1862 commit 29addd2
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/WebApps/pfr-app/pfr-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/WebApps/pfr-app/pfr-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-scripts": "4.0.3",
"react-snowfall": "^1.1.1",
"web-vitals": "^1.1.2"
},
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions src/WebApps/pfr-app/pfr-app/src/App.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
import logo from "./pfr-logo.svg";
import "./App.css";
import Snowfall from "react-snowfall";
import Footer from "./Components/Footer";

function App() {
return (
<div className="App">
<Snowfall
color="#dee4fd"
snowflakeCount={500}
radius={[0.5, 3.0]}
speed={[0.5, 3.0]}
wind={[-0.5, 2.0]}
/>
<header className="App-header">
<section className="hero xl:mx-20">
<div class="flex py-6 flex-col justify-center mt-20 items-center">
Expand Down

0 comments on commit 29addd2

Please sign in to comment.