changed {src} to be src={src} because it changed in middle of the tutorial with no explanation as to why

pull/5203/head
ChanceTheHacker 5 years ago
parent 3bd3497cc4
commit 18ab433934

@ -3,4 +3,4 @@
let name = 'Rick Astley'; let name = 'Rick Astley';
</script> </script>
<img {src} alt="{name} dances."> <img src={src} alt="{name} dances.">

Loading…
Cancel
Save