Skip to content

Commit 1dbde43

Browse files
authored
Merge pull request #319 from andrewtavis/patch-4
2 parents 401c919 + a659d40 commit 1dbde43

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1310,11 +1310,11 @@ const projectList = [
13101310
tags: ['Rust,Browser,Servo']
13111311
},
13121312
{
1313-
name: 'activist',
1314-
imageSrc: 'https://raw.githubusercontent.com/activist-org/Organization/main/logo/activistLogoRounded.png',
1313+
name: 'activist.org',
1314+
imageSrc: 'https://raw.githubusercontent.com/activist-org/Organization/main/logos/activistLogoRounded.png',
13151315
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']
1316+
description: 'Open-source, nonprofit activism platform',
1317+
tags: ['Nuxt', 'Vue', 'Activism', 'Good First Issue', 'Javascript', 'TypeScript', 'Django', 'Python']
13181318
}
13191319
];
13201320
export default projectList;

0 commit comments

Comments
 (0)