Skip to content

Commit bac1fd8

Browse files
authored
Merge pull request #431 from andrewtavis/patch-5
Add Scribe-Android to listOfProjects.js
2 parents af89389 + 4062514 commit bac1fd8

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1253,13 +1253,22 @@ const projectList = [
12531253
tags: ["JavaScript", "Package-Manager", "NodeJS", "NPM"],
12541254
},
12551255
{
1256-
name: "Scribe - Language Keyboards",
1256+
name: "Scribe-iOS",
12571257
imageSrc:
12581258
"https://raw.githubusercontent.com/scribe-org/Organization/main/icon/ScribeIcon1024Rounded.png",
12591259
projectLink: "https://github.com/scribe-org/Scribe-iOS",
12601260
description:
1261-
"Keyboards for language learners with translation, verb conjugation and more!",
1262-
tags: ["iOS", "Swift", "Productivity", "Good First Issue", "Beginner"],
1261+
"iOS keyboards for language learners with translation, verb conjugation and more!",
1262+
tags: ["iOS", "Swift", "Education", "Good First Issue", "Beginner"],
1263+
},
1264+
{
1265+
name: "Scribe-Android",
1266+
imageSrc:
1267+
"https://raw.githubusercontent.com/scribe-org/Organization/main/icon/ScribeIcon1024Rounded.png",
1268+
projectLink: "https://github.com/scribe-org/Scribe-Android",
1269+
description:
1270+
"Android keyboards for language learners with translation, verb conjugation and more!",
1271+
tags: ["Android", "Kotlin", "Education", "Good First Issue", "Beginner"],
12631272
},
12641273
{
12651274
name: "mindsdb",

0 commit comments

Comments
 (0)