Skip to content

Commit

Permalink
v0.0012
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghislo749 committed Oct 28, 2024
1 parent 996c343 commit 1494259
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ async function checkWhitelist() {

for (let entry of data) {
if (entry.address === address) {
wlSpots = `You have ${entry.count} whitelist spot(s).`;
wlSpots = `You have ${entry.count} whitelist spot(s).`;
break;
}
}
Expand Down
2 changes: 1 addition & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ input {

button {
font-family: 'Courier New', Courier, monospace;
font-weight: 500;
font-weight: 600;
padding: 10px 20px;
border: none;
border-radius: 5px;
Expand Down

0 comments on commit 1494259

Please sign in to comment.