Skip to content

Commit

Permalink
rename main to develop
Browse files Browse the repository at this point in the history
  • Loading branch information
brauliorivas committed Jul 15, 2024
1 parent b9d7f73 commit 5f881c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/switch-deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ button.addEventListener("click", () => {

const url = window.location.href;
if (url.includes("/release")) {
button.innerText = "Main";
button.innerText = "Develop";
} else {
button.innerText = "Release";
}

0 comments on commit 5f881c4

Please sign in to comment.