question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Step 12 Minor Tweek

See original GitHub issue

Describe the Issue

The changes to Step 12 on Cat Photo App seem to be paying off.

One last common issue seems to be the period inside of the anchor text. Should we add a dynamic hint?

Affected Page

https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-html-by-building-a-cat-photo-app/step-12

Your code

<html>
  <body>
    <h1>CatPhotoApp</h1>
    <main>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos --> 
      <p>Click here to view more <a href="https://freecatphotoapp.com"> cat photos.</a></p> 
      <a href="https://freecatphotoapp.com">link to cat pictures</a>
      <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back.">
    </main>
  </body>
</html>

Expected behavior

Clear hint indicating to remove the period.

System

All

Issue Analytics

  • State:open
  • Created a year ago
  • Comments:24 (24 by maintainers)

github_iconTop GitHub Comments

1reaction
jeremyltcommented, Oct 12, 2022

Just throwing out another option that I alluded to above. Reword the sentence to something like:

“View more cat photos from our collection.”

I think this is a bit more work but ultimately a better fix.

Maybe:

“See more cat photos in our gallery.”

Note: This will require changing the seed text in a bunch of Steps.

1reaction
bbsmoothcommented, Oct 7, 2022

Just throwing out another option that I alluded to above. Reword the sentence to something like:

“View more cat photos from our collection.”

And have the link text be “more cat photos”. This gets rid of the awkward “Click here” at the beginning of the sentence, which if you think about it, the “Click here” should be the link. But really, “Click here” is so mid-90s early internet. We shouldn’t be encouraging it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How Can I Tweak the AA 12 Steps to Fit Me?
Every member of AA is different, and their journey through the 12 steps should reflect this. Below are some ways in which you...
Read more >
12 minor tweaks to supercharge your work from home lifestyle
1. Create a work-only space. Surround yourself with things that make you happy. As Marie Kondo advocates, “The important thing in tidying is...
Read more >
Re: A few more minor tweaks - Scheme SRFI
To: dwheeler@xxxxxxxxxxxx; Subject: Re: A few more minor tweaks; From: Alan Manuel Gloria <almkglor@xxxxxxxxx>; Date: Tue, 30 Oct 2012 09:52:35 +0800 ...
Read more >
Tweak? - Language Log
EVERY one used "tweak" in the sense of minor adjustment. ... If there were two steps involved in an algorithm, each of them...
Read more >
Quick Tips for Low Back Tweaks (INSTANT RELIEF!) - YouTube
In this video, Dr. Aaron Horschig breaks down how to screen your low back and some of the first steps to take to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found