Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
revoxhere authored Oct 6, 2023
1 parent 139e1bf commit 26faea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2023/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -1650,7 +1650,7 @@ function miner_details(miner_id) {
percentage = 0.96;
hashrate_range = [18000, 30000];
diff_range = [1000, 4000];
} else if (miner_software.includes("Blushybox")) {
} else if (miner_software.includes("BlushyBox")) {
color = "#ec42f5";
icon = `<img src="assets/blushybox.gif">`;
miner_type = "ESP32";
Expand Down

0 comments on commit 26faea9

Please sign in to comment.