Skip to content

Commit

Permalink
Merge pull request #310 from kartikaysaxena/source
Browse files Browse the repository at this point in the history
New Project added
  • Loading branch information
Roshanjossey authored Apr 4, 2023
2 parents bb5ffca + a9b9fa0 commit e2a95b2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/ProjectList/listOfProjects.js
Original file line number Diff line number Diff line change
Expand Up @@ -1195,5 +1195,12 @@ const projectList = [
description: 'Daml is an open-source smart contract language for building future-proof distributed applications on a safe, privacy-aware runtime.',
tags: ['Scala','Haskell']
},
{
name: 'Servo',
imageSrc: 'https://raw.githubusercontent.com/servo/servo/master/resources/servo.icns',
projectLink: 'https://github.com/digital-asset/daml/contribute',
description: 'A browser engine designed for applications including embedded use.',
tags: ['Rust,Browser,Servo']
},
];
export default projectList;

0 comments on commit e2a95b2

Please sign in to comment.