From a771080b63f89133b2a7cd5c0c3d841f1e73d5df Mon Sep 17 00:00:00 2001 From: Deborah <32307299+dlwrnc@users.noreply.github.com> Date: Mon, 30 Jun 2025 22:41:19 +0200 Subject: [PATCH] 498: fix crossword puzzle generator listing --- src/cra-project/components/ProjectList/listOfProjects.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/cra-project/components/ProjectList/listOfProjects.js b/src/cra-project/components/ProjectList/listOfProjects.js index c657657..aa94934 100644 --- a/src/cra-project/components/ProjectList/listOfProjects.js +++ b/src/cra-project/components/ProjectList/listOfProjects.js @@ -1380,7 +1380,7 @@ const projectList = [ { name: "Crossword Puzzle Generator", imageSrc: - "https://github.com/m0nt4ld0/crucigrama/blob/main/images/icons8-crossword-64.png?raw=true", + "https://github.com/m0nt4ld0/crucigrama/blob/main/public/images/icons8-crossword-64.png?raw=true", projectLink: "https://github.com/m0nt4ld0/crucigrama", description: "Generador de crucigramas - Crossword puzzle generator - Good first issue", @@ -1391,8 +1391,8 @@ const projectList = [ "crossword-puzzle", "contributions-welcome", "good-first-issue", - "begginer-friendly", - "begginer", + "beginner-friendly", + "beginner", ], }, {