From 63366a19e6aeebd4149c851205f0b8ceab7f1c0c Mon Sep 17 00:00:00 2001 From: Aditya Singh Date: Thu, 8 Jan 2026 20:44:02 +0530 Subject: [PATCH] fix(curriculum): remove hash symbol from authorContainer (#65035) --- .../workshop-fcc-authors-page/641da5abaac81844a54adb03.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/blocks/workshop-fcc-authors-page/641da5abaac81844a54adb03.md b/curriculum/challenges/english/blocks/workshop-fcc-authors-page/641da5abaac81844a54adb03.md index cd8cc9d860f..0907440faed 100644 --- a/curriculum/challenges/english/blocks/workshop-fcc-authors-page/641da5abaac81844a54adb03.md +++ b/curriculum/challenges/english/blocks/workshop-fcc-authors-page/641da5abaac81844a54adb03.md @@ -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: