Skip to content

Commit

Permalink
resolve missing logo
Browse files Browse the repository at this point in the history
  • Loading branch information
jbibla committed Jun 26, 2019
1 parent 43d39ef commit f78930c
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 3 deletions.
50 changes: 50 additions & 0 deletions src/images/cosmos-wallet-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 2 additions & 3 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,8 @@ const config = {
{
test: /\.(png|jpg|gif|svg|ico)$/,
loader: 'file-loader',
options: {
name: '[name].[ext]?emitFile=false',
publicPath: '',
query: {
name: `/images/[name].[ext]`,
},
},
{
Expand Down

0 comments on commit f78930c

Please sign in to comment.