@@ -44,6 +44,96 @@ export const applications: IApplication[] = [
44
44
] ,
45
45
isEditorsPick : true ,
46
46
} ,
47
+ {
48
+ id : "4" ,
49
+ title : "DaoDesk" ,
50
+ category : [ "DeFi" , "DAO" ] ,
51
+ description :
52
+ "Sed tempor vitae urna quis imperdiet. In vehicula cursus sodales. Nullam consequat massa id rhoncus tristique." ,
53
+ applicationUrl : "https://daodesk.org" ,
54
+ repoUrl : "https://github.com/daodesk/daodesk" ,
55
+ screenshots : [
56
+ "https://i.imgur.com/nh12vjO.png" ,
57
+ "https://i.imgur.com/samibbK.png" ,
58
+ "https://i.imgur.com/zVIB9Em.png" ,
59
+ ] ,
60
+ isEditorsPick : false ,
61
+ } ,
62
+ {
63
+ id : "5" ,
64
+ title : "TokenSquare" ,
65
+ category : [ "DeFi" , "DAO" ] ,
66
+ description :
67
+ "Vestibulum tempor feugiat congue. Donec pretium eros enim. Fusce luctus velit consequat, tristique diam at, pulvinar nibh." ,
68
+ applicationUrl : "https://daodesk.org" ,
69
+ repoUrl : "https://github.com/daodesk/TokenSquare" ,
70
+ screenshots : [
71
+ "https://i.imgur.com/hK2Narh.png" ,
72
+ "https://i.imgur.com/samibbK.png" ,
73
+ "https://i.imgur.com/zVIB9Em.png" ,
74
+ ] ,
75
+ isEditorsPick : false ,
76
+ } ,
77
+ {
78
+ id : "6" ,
79
+ title : "CryptoCouncil" ,
80
+ category : [ "DeFi" , "DAO" ] ,
81
+ description :
82
+ "Sed tempor vitae urna quis imperdiet. In vehicula cursus sodales. Nullam consequat massa id rhoncus tristique." ,
83
+ applicationUrl : "https://daodesk.org" ,
84
+ repoUrl : "https://github.com/daodesk/CryptoCouncil" ,
85
+ screenshots : [
86
+ "https://i.imgur.com/7cdCRdQ.png" ,
87
+ "https://i.imgur.com/samibbK.png" ,
88
+ "https://i.imgur.com/zVIB9Em.png" ,
89
+ ] ,
90
+ isEditorsPick : false ,
91
+ } ,
92
+ {
93
+ id : "7" ,
94
+ title : "DaoDesk" ,
95
+ category : [ "DeFi" , "DAO" ] ,
96
+ description :
97
+ "Sed tempor vitae urna quis imperdiet. In vehicula cursus sodales. Nullam consequat massa id rhoncus tristique." ,
98
+ applicationUrl : "https://daodesk.org" ,
99
+ repoUrl : "https://github.com/daodesk/daodesk" ,
100
+ screenshots : [
101
+ "https://i.imgur.com/nh12vjO.png" ,
102
+ "https://i.imgur.com/samibbK.png" ,
103
+ "https://i.imgur.com/zVIB9Em.png" ,
104
+ ] ,
105
+ isEditorsPick : false ,
106
+ } ,
107
+ {
108
+ id : "8" ,
109
+ title : "TokenSquare" ,
110
+ category : [ "DeFi" , "DAO" ] ,
111
+ description :
112
+ "Vestibulum tempor feugiat congue. Donec pretium eros enim. Fusce luctus velit consequat, tristique diam at, pulvinar nibh." ,
113
+ applicationUrl : "https://daodesk.org" ,
114
+ repoUrl : "https://github.com/daodesk/TokenSquare" ,
115
+ screenshots : [
116
+ "https://i.imgur.com/hK2Narh.png" ,
117
+ "https://i.imgur.com/samibbK.png" ,
118
+ "https://i.imgur.com/zVIB9Em.png" ,
119
+ ] ,
120
+ isEditorsPick : false ,
121
+ } ,
122
+ {
123
+ id : "9" ,
124
+ title : "CryptoCouncil" ,
125
+ category : [ "DeFi" , "DAO" ] ,
126
+ description :
127
+ "Sed tempor vitae urna quis imperdiet. In vehicula cursus sodales. Nullam consequat massa id rhoncus tristique." ,
128
+ applicationUrl : "https://daodesk.org" ,
129
+ repoUrl : "https://github.com/daodesk/CryptoCouncil" ,
130
+ screenshots : [
131
+ "https://i.imgur.com/7cdCRdQ.png" ,
132
+ "https://i.imgur.com/samibbK.png" ,
133
+ "https://i.imgur.com/zVIB9Em.png" ,
134
+ ] ,
135
+ isEditorsPick : false ,
136
+ } ,
47
137
] ;
48
138
49
139
export const searchData = {
0 commit comments