Skip to content

Commit

Permalink
update message
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-batistuta committed Jan 12, 2024
1 parent ade0551 commit 1dcd252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ form.addEventListener('submit', (e) => {
videoContainer.style.display = 'flex'
messageDiv.style.display = 'block';
memeDiv.style.display = 'block';
messageDiv.innerHTML = `<p>${name.value} you has been rick rollado</p>`;
messageDiv.innerHTML = `<p>${name.value} you got rick rolled</p>`;
} else {
videoContainer.style.display = 'none'
}
Expand Down

0 comments on commit 1dcd252

Please sign in to comment.