Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
RomyToklio committed Oct 9, 2018
1 parent b0393a0 commit 9efce68
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
6 changes: 1 addition & 5 deletions src/app/footer/logo.tsx

Large diffs are not rendered by default.

Binary file added src/assets/imgs/logo_128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/redux/nodes/reducer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { createReducer } from 'utils/functions';
import { TypeKeys } from './constants';
import { Node, AddNodeAction, RemoveNodeAction, EditNodeAction, SelectNodeAction } from './actions';

export const defaultNode = 'MyCryptoAPI';
export const defaultNode = 'Pyrexcoin Block Explorer';

export interface NodeState {
selectedNode: string;
Expand Down
5 changes: 5 additions & 0 deletions webpack_config/webpack.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ const config = merge(common, {
from: path.join(__dirname, '../src/assets/imgs/favicon/safari-pinned-tab.svg'),
to: path.join(__dirname, '../dist')
}
,
{
from: path.join(__dirname, '../src/assets/imgs/logo_128.png'),
to: path.join(__dirname, '../dist')
}
])
]
});
Expand Down

0 comments on commit 9efce68

Please sign in to comment.