Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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