Skip to content

Commit

Permalink
delete react favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
fmiras committed Jun 18, 2018
1 parent dc3dd8a commit d46526f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file removed public/favicon.ico
Binary file not shown.
2 changes: 0 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ import React from "react";
import ReactDOM from "react-dom";

import App from "./App";
import { registerManaConversion } from "./registerManaConversion";

import "./index.css";

ReactDOM.render(<App />, document.getElementById("root"));
registerManaConversion()
2 changes: 2 additions & 0 deletions src/registerManaConversion.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ export const registerManaConversion = () => {
CurrencyService.convertPrices();
setTimeout(registerManaConversion, 1000);
};

console.log("DCL Marketplace currency changer extension loaded.")

0 comments on commit d46526f

Please sign in to comment.