Skip to content

Commit a771080

Browse files
authored
498: fix crossword puzzle generator listing
1 parent 92359c0 commit a771080

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/cra-project/components/ProjectList/listOfProjects.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1380,7 +1380,7 @@ const projectList = [
13801380
{
13811381
name: "Crossword Puzzle Generator",
13821382
imageSrc:
1383-
"https://github.com/m0nt4ld0/crucigrama/blob/main/images/icons8-crossword-64.png?raw=true",
1383+
"https://github.com/m0nt4ld0/crucigrama/blob/main/public/images/icons8-crossword-64.png?raw=true",
13841384
projectLink: "https://github.com/m0nt4ld0/crucigrama",
13851385
description:
13861386
"Generador de crucigramas - Crossword puzzle generator - Good first issue",
@@ -1391,8 +1391,8 @@ const projectList = [
13911391
"crossword-puzzle",
13921392
"contributions-welcome",
13931393
"good-first-issue",
1394-
"begginer-friendly",
1395-
"begginer",
1394+
"beginner-friendly",
1395+
"beginner",
13961396
],
13971397
},
13981398
{

0 commit comments

Comments
 (0)