Skip to content

Commit

Permalink
fix(favicon):
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed Oct 19, 2016
1 parent 27cfc63 commit ba88df9
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
Binary file added dist/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1">
<link rel="icon" type="image/png" href="favicon-32x32.png">
<title>ParaViewWeb Visualizer</title>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"kw-web-suite": "2.2.1",
"kw-doc": "1.0.15",

"paraviewweb": "2.2.34"
"paraviewweb": "2.2.38"
},
"scripts": {
"build": "fix-autobahn && webpack",
Expand Down

0 comments on commit ba88df9

Please sign in to comment.