Skip to content

Commit

Permalink
Merge pull request #3 from forcey/fix
Browse files Browse the repository at this point in the history
fix mini-css-extract-plugin
  • Loading branch information
forcey authored Jan 18, 2022
2 parents 8c82206 + b120091 commit 72f7897
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"dotenv": "^10.0.0",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.5.3",
"hardhat": "^2.8.2"
"hardhat": "^2.8.2",
"mini-css-extract-plugin": "2.4.5"
}
}
2 changes: 1 addition & 1 deletion src/components/Login.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
function Login() {
return (<a href="#">Login with Metamask</a>);
return (<a href="#login">Login with Metamask</a>);
}

export default Login;

0 comments on commit 72f7897

Please sign in to comment.