Skip to content

Commit

Permalink
Add the icon to the devtools panel
Browse files Browse the repository at this point in the history
Related to #95.
  • Loading branch information
zalmoxisus committed Apr 23, 2016
1 parent c3fa157 commit a2eabdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/browser/extension/devtools/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
chrome.devtools.panels.create(
'Redux', null, 'devpanel.html', function(panel) {}
'Redux', 'img/scalable.png', 'devpanel.html', function(panel) {}
);

0 comments on commit a2eabdf

Please sign in to comment.