We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents adbcb3f + dcb624e commit edd06c6Copy full SHA for edd06c6
src/components/ProjectList/listOfProjects.js
@@ -1,4 +1,21 @@
1
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
19
{
20
name: "Ancient Beast",
21
imageSrc:
0 commit comments