File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed
src/components/ProjectList Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 1
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
+
2
19
{
3
20
name : "Ancient Beast" ,
4
21
imageSrc :
@@ -16,7 +33,7 @@ const projectList = [
16
33
"Mentored" ,
17
34
"Web" ,
18
35
"Web Development" ,
19
- ] ,
36
+ ]
20
37
} ,
21
38
{
22
39
name : "Reseter.css" ,
You can’t perform that action at this time.
0 commit comments