Skip to content

Commit a9b9fa0

Browse files
New Project added
1 parent bb5ffca commit a9b9fa0

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
@@ -1195,5 +1195,12 @@ const projectList = [
11951195
description: 'Daml is an open-source smart contract language for building future-proof distributed applications on a safe, privacy-aware runtime.',
11961196
tags: ['Scala','Haskell']
11971197
},
1198+
{
1199+
name: 'Servo',
1200+
imageSrc: 'https://raw.githubusercontent.com/servo/servo/master/resources/servo.icns',
1201+
projectLink: 'https://github.com/digital-asset/daml/contribute',
1202+
description: 'A browser engine designed for applications including embedded use.',
1203+
tags: ['Rust,Browser,Servo']
1204+
},
11981205
];
11991206
export default projectList;

0 commit comments

Comments
 (0)