Skip to content

Commit

Permalink
chore: remove unneeded comment lines
Browse files Browse the repository at this point in the history
  • Loading branch information
kanej committed Oct 9, 2023
1 parent 7be5935 commit 4022d8c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/ui/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,6 @@ const main = async () => {

document.title = `${ignitionModule.id} Deployment Visualization - Hardhat Ignition`;

// const link = document.createElement("link");
// link.rel = "shortcut icon";
// link.href = faviconBase64;
// document.head.appendChild(link);

const router = createHashRouter([
{
path: "/",
Expand Down

0 comments on commit 4022d8c

Please sign in to comment.