Skip to content

Commit edd06c6

Browse files
authored
Merge pull request #318 from SoarinSkySagar/altair_appsmith
added projects altair and appsmith
2 parents adbcb3f + dcb624e commit edd06c6

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
11
const projectList = [
2+
3+
{
4+
name: "appsmith",
5+
imageSrc: "https://raw.githubusercontent.com/appsmithorg/appsmith/release/static/appsmith_logo_white.png",
6+
projectLink: "https://github.com/appsmithorg/appsmith",
7+
description: "Drag & Drop internal tool builder",
8+
tags: ["UI", "Database", "Editor"]
9+
},
10+
11+
{
12+
name: "altair",
13+
imageSrc: "https://raw.githubusercontent.com/altair-graphql/altair/master/icons/favicon-96x96.png",
14+
projectLink: "https://github.com/altair-graphql/altair",
15+
description: "A beautiful feature-rich GraphQL Client for all platforms.",
16+
tags: ["GraphQL", "React", "Typescript"]
17+
},
18+
219
{
320
name: "Ancient Beast",
421
imageSrc:

0 commit comments

Comments
 (0)