fix(curriculum): remove hash symbol from authorContainer (#65035)

This commit is contained in:
Aditya Singh
2026-01-08 20:44:02 +05:30
committed by GitHub
parent c3f0473cd0
commit 63366a19e6
@@ -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: