Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arron dapp #60

Open
wants to merge 6 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Note: this dapp is designed to work with the intended NFT smart contract, that o
"WEI_COST": 75000000000000000,
"DISPLAY_COST": 0.075,
"GAS_LIMIT": 285000,
"MARKETPLACE": "Opeansea",
"MARKETPLACE": "OpenSea",
"MARKETPLACE_LINK": "https://opensea.io/collection/nerdy-coder-clones",
"SHOW_BACKGROUND": true
}
Expand Down
21,931 changes: 21,922 additions & 9 deletions package-lock.json

Large diffs are not rendered by default.

Binary file modified public/config/images/bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/config/images/example.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/config/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions public/config/theme.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
:root {
--primary: #ebc908;
--primary: #ffffff;
--primary-text: #1a1a1a;
--secondary: #ff1dec;
--secondary-text: #ffffff;
--accent: #505050;
--secondary: #ffffff;
--secondary-text: #000000;
--accent: #000000;
--accent-text: #ffffff;
}
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" />
<base href="/" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="viewport" content="width=device-width, initial-scale=2" />
<meta name="theme-color" content="#000000" />
<link rel="stylesheet" href="%PUBLIC_URL%/config/theme.css" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
Expand All @@ -23,7 +23,7 @@
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>Nerdy Coder Clones</title>
<meta name="description" content="Mint your Nerdy Coder Clone NFT" />
<meta name="description" content="Mint your LL NFT today" />
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ function App() {

useEffect(() => {
getConfig();
});
}, []);

useEffect(() => {
getData();
Expand Down
22,809 changes: 11,553 additions & 11,256 deletions yarn.lock

Large diffs are not rendered by default.