Skip to content

Commit 986236a

Browse files
committed
font-awesome icons added
1 parent 75318d1 commit 986236a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"ejs": "^2.5.6",
3434
"express": "~4.14.1",
3535
"file-loader": "^0.10.1",
36+
"font-awesome": "^4.7.0",
3637
"forever": "^0.15.3",
3738
"jquery": "^3.1.1",
3839
"morgan": "~1.7.0",

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import './index.html';
88
import 'jquery';
99
import 'bootstrap/dist/js/bootstrap';
1010
import 'bootstrap/dist/css/bootstrap.css';
11+
import 'font-awesome/css/font-awesome.css';
1112

1213
import './style.css';
1314

0 commit comments

Comments
 (0)