Skip to content

Commit

Permalink
Minor improvements to the DAPP (#8)
Browse files Browse the repository at this point in the history
* Fixing mobile logo width

* Adding support for favicon
  • Loading branch information
liarco authored Feb 20, 2022
1 parent eed2fcf commit 44fd388
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions minting-dapp/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>YOUR_AWESOME_NFT_COLLECTION - Minting DAPP</title>
<link rel="icon" type="image/png" href="/build/images/fav.png" />

<link rel="stylesheet" href="/build/main.css">
<script src="/build/main.js"></script>
Expand Down
Binary file added minting-dapp/src/images/fav.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions minting-dapp/src/styles/components/general.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ main {

#logo {
@apply m-auto;
@apply w-full;
@apply max-w-md;
}

Expand Down

0 comments on commit 44fd388

Please sign in to comment.