Skip to content

Commit

Permalink
name update
Browse files Browse the repository at this point in the history
  • Loading branch information
umarkhan0 committed Aug 17, 2023
1 parent e816c9e commit f0df7e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ setInterval(()=>{
let getError = `http://${window.location.host} http://${window.location.host}`
console.log(getError)
if (name.textContent == getError) {
name.textContent = 'Inter Name'
name.textContent = 'Your Name'
};
let buttonSet = document.getElementById("but-name");
let input = document.querySelector(".name-inter");
Expand Down

0 comments on commit f0df7e7

Please sign in to comment.