fix(curriculum): remove unnecessary quotation marks (#44486)

This commit is contained in:
Najmieh Sadat Safarabadi
2021-12-14 01:02:34 +03:30
committed by GitHub
parent 7ccf418f10
commit b4b3ecd5ce

View File

@ -25,7 +25,7 @@ When users click the `Contacts` link, they'll be taken to the section of the web
# --instructions-- # --instructions--
Change your external link to an internal link by changing the `href` attribute to `"#footer"` and the text from `cat photos` to `Jump to Bottom`. Change your external link to an internal link by changing the `href` attribute to `#footer` and the text from `cat photos` to `Jump to Bottom`.
Remove the `target="_blank"` attribute from the anchor tag since this causes the linked document to open in a new window tab. Remove the `target="_blank"` attribute from the anchor tag since this causes the linked document to open in a new window tab.