fix(curriculum): remove unnecessary quotation marks (#44486)
This commit is contained in:
committed by
GitHub
parent
7ccf418f10
commit
b4b3ecd5ce
@ -25,7 +25,7 @@ When users click the `Contacts` link, they'll be taken to the section of the web
|
||||
|
||||
# --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.
|
||||
|
||||
|
Reference in New Issue
Block a user