mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-22 21:08:12 +08:00
Step 14 starts completed .Remove target="_blank" from seed (#48982)
Remove target="_blank" from seed
This commit is contained in:
parent
f272a7cdc2
commit
fdbc74999f
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user