Skip to content

Commit

Permalink
feat: modifyicon js changed
Browse files Browse the repository at this point in the history
  • Loading branch information
farreledwin committed Jun 19, 2024
1 parent c4f2306 commit aa9a048
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ function addButtonWhenParentExists() {

// Add click event listener to the button
newButton.addEventListener('click', () => {
window.location.href = 'http://localhost:13000/explore';
window.location.href = 'http://140.82.15.211:13000/explore';
});

// Clear the interval to stop checking
Expand Down

0 comments on commit aa9a048

Please sign in to comment.