Skip to content

Commit 954382b

Browse files
authored
Fix typo
1 parent dbacabb commit 954382b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

19 - Webcam Fun/scripts-FINISHED.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function takePhoto() {
5757
link.href = data;
5858
link.setAttribute('download', 'handsome');
5959
link.innerHTML = `<img src="${data}" alt="Handsome Man" />`;
60-
strip.insertBefore(link, strip.firsChild);
60+
strip.insertBefore(link, strip.firstChild);
6161
}
6262

6363
function redEffect(pixels) {

0 commit comments

Comments
 (0)