Skip to content
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.

Commit

Permalink
Part 1: adding FaRocket from react-icons
Browse files Browse the repository at this point in the history
  • Loading branch information
colbyfayock committed Sep 23, 2020
1 parent 78c8a72 commit 036112c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -8,6 +8,7 @@
"@testing-library/user-event": "^7.1.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-icons": "^3.11.0",
"react-scripts": "3.4.3"
},
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions src/App.css
Expand Up @@ -3,6 +3,7 @@
}

.App-logo {
width: 40vmin;
height: 40vmin;
pointer-events: none;
}
Expand Down
3 changes: 2 additions & 1 deletion src/App.js
@@ -1,12 +1,13 @@
import React from 'react';
import logo from './logo.svg';
import './App.css';
import { FaRocket } from 'react-icons/fa';

function App() {
return (
<div className="App">
<header className="App-header">
<img src={logo} className="App-logo" alt="logo" />
<FaRocket className="App-logo" />
<p>
Edit <code>src/App.js</code> and save to reload.
</p>
Expand Down
7 changes: 7 additions & 0 deletions yarn.lock
Expand Up @@ -8603,6 +8603,13 @@ react-error-overlay@^6.0.7:
resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.7.tgz#1dcfb459ab671d53f660a991513cb2f0a0553108"
integrity sha512-TAv1KJFh3RhqxNvhzxj6LeT5NWklP6rDr2a0jaTfsZ5wSZWHOGeqQyejUp3xxLfPt2UpyJEcVQB/zyPcmonNFA==

react-icons@^3.11.0:
version "3.11.0"
resolved "https://registry.yarnpkg.com/react-icons/-/react-icons-3.11.0.tgz#2ca2903dfab8268ca18ebd8cc2e879921ec3b254"
integrity sha512-JRgiI/vdF6uyBgyZhVyYJUZAop95Sy4XDe/jmT3R/bKliFWpO/uZBwvSjWEdxwzec7SYbEPNPck0Kff2tUGM2Q==
dependencies:
camelcase "^5.0.0"

react-is@^16.12.0, react-is@^16.8.1, react-is@^16.8.4:
version "16.13.1"
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
Expand Down

0 comments on commit 036112c

Please sign in to comment.