Skip to content

Commit 9abf3c1

Browse files
authored
Merge pull request #301 from andrewtavis/patch-3
Add activist to listOfProjects.js
2 parents edd06c6 + f056982 commit 9abf3c1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1309,5 +1309,12 @@ const projectList = [
13091309
description: 'A browser engine designed for applications including embedded use.',
13101310
tags: ['Rust,Browser,Servo']
13111311
},
1312+
{
1313+
name: 'activist',
1314+
imageSrc: 'https://raw.githubusercontent.com/activist-org/Organization/main/logo/activistLogoRounded.png',
1315+
projectLink: 'https://github.com/activist-org/activist',
1316+
description: 'An open-source, nonprofit activism network',
1317+
tags: ['Nuxt', 'Vue', 'Activism', 'Good First Issue', 'Javascript', 'TypeScript']
1318+
}
13121319
];
13131320
export default projectList;

0 commit comments

Comments
 (0)