mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): remove hash symbol from authorContainer (#65035)
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ dashedName: step-8
|
||||
|
||||
Now, it is time to create the function that will be responsible for displaying the authors on the page.
|
||||
|
||||
Start by creating a function called `displayAuthors` that takes an `authors` parameter. Your function should then loop through the `authors` array and add a card for each author to the `#authorContainer` element.
|
||||
Start by creating a function called `displayAuthors` that takes an `authors` parameter. Your function should then loop through the `authors` array and add a card for each author to the `authorContainer` element.
|
||||
|
||||
The card should have the following structure:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user