Skip to content

Commit f01f8e7

Browse files
authored
Added Zulip Project
1 parent da86943 commit f01f8e7

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
@@ -696,6 +696,13 @@ const projectList = [
696696
projectLink: 'https://github.com/muke1908/chat-e2ee/labels/good%20first%20issue',
697697
description: 'Chat app in end-to-end enctypted environment without registration',
698698
tags: ['React', 'Chat', 'Javascript', 'Beginner', 'NodeJS'],
699+
},
700+
{
701+
name: 'Zulip',
702+
imageSrc: 'https://avatars0.githubusercontent.com/u/4921959?s=200&v=4',
703+
projectLink: 'https://github.com/zulip',
704+
description: 'Powerful Open Source Group Chat',
705+
tags: ['OpenSource', 'Chat', 'Javascript', 'Beginner', 'Python'],
699706
}
700707
];
701708
export default projectList;

0 commit comments

Comments
 (0)