Skip to content
This repository has been archived by the owner on Dec 10, 2019. It is now read-only.

Commit

Permalink
Merge pull request #29 from ttecho/master
Browse files Browse the repository at this point in the history
Adding a favicon
  • Loading branch information
Joe Attardi committed Jan 2, 2019
2 parents 7c4f16a + 5ffa966 commit 66fd66d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
Binary file added src/images/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions src/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<script src="https://use.fontawesome.com/94153e2ba1.js"></script>
<!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/emojione/2.2.6/assets/css/emojione.min.css"/> -->
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="icon" href="images/favicon.ico" type="image/x-icon"/>
</head>
<body>
<div id="app"></div>
Expand Down
1 change: 1 addition & 0 deletions src/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import { loadPullRequests } from './actions';
import configureStore from './store';

import '../css/main.scss';
import '../images/favicon.ico';

const store = configureStore();

Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ module.exports = {
loader: 'babel-loader'
},
{
test: /\.svg$/,
test: /\.svg|\.ico$/,
loader: 'file-loader?name=[name].[ext]&outputPath=images/'
}
]
Expand Down

0 comments on commit 66fd66d

Please sign in to comment.