Add larger icon

This commit is contained in:
Jonathan Cremin 2015-01-11 17:20:17 +00:00
parent 453060c31b
commit 2a8a1669ee
2 changed files with 1 additions and 0 deletions

BIN
public/images/logo-512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

View file

@ -20,6 +20,7 @@ module.exports = React.createClass({
<meta name="twitter:image:src" property="og:image" content="" />
<meta property="og:url" content="" />
<link rel="shortcut icon" href="/images/favicon.png" />
<link rel="icon" sizes="512x512" href="/images/logo-512.png" />
<link href='//fonts.googleapis.com/css?family=Open+Sans:400,300,700' rel='stylesheet' type='text/css' />
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css" />
<link rel="stylesheet" href="/stylesheets/style.css" />