Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/data/projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ export const projectList = [
imageSrc: "https://avatars1.githubusercontent.com/u/20769039?s=200&v=4",
projectLink: "https://github.com/openebs/",
description:
"OpenEBS is an open source storage platform that provides persistent and containerized block storage for DevOps and container environments.",
"OpenEBS is an open source storage platform that provides persistent and containerized block storage for DevOps and container environments.",
tags: ["Containers", "DevOps", "Go"],
},
{
Expand Down Expand Up @@ -581,8 +581,8 @@ export const projectList = [
name: "probot",
imageSrc: "https://avatars2.githubusercontent.com/u/26350515?s=400&v=4",
projectLink: "https://github.com/probot/probot/contribute",
description: "Probot is a framework for building Github Apps in Node.js.",
tags: ["Node.js", "Github", "Javascript"],
description: "Probot is a framework for building GitHub Apps in Node.js.",
tags: ["Node.js", "GitHub", "Javascript"],
},
{
name: "Open Data Kit",
Expand Down Expand Up @@ -1458,4 +1458,4 @@ export const projectList = [
description: "Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy.",
tags: ["Python", "Automation", "Configuration Management"],
},
];
];