Step 14 starts completed .Remove target="_blank" from seed (#48982)

Remove target="_blank" from seed
This commit is contained in:
dickermoshe 2023-01-10 10:52:42 -05:00 committed by GitHub
parent f272a7cdc2
commit fdbc74999f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@ assert(document.querySelector('a').getAttribute('target') === '_blank');
<h2>Cat Photos</h2>
<!-- TODO: Add link to cat photos -->
--fcc-editable-region--
<p>See more <a target="_blank" href="https://freecatphotoapp.com">cat photos</a> in our gallery.</p>
<p>See more <a href="https://freecatphotoapp.com">cat photos</a> in our gallery.</p>
--fcc-editable-region--
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back.">
</main>