Skip to content

Commit a8c3d3f

Browse files
committed
remove no case study available
1 parent a72300f commit a8c3d3f

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

apps/dashboard/src/lib/project-showcase-constants.ts

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ export const PROJECT_SHOWCASE_DATA = [
9898
image: "/assets/showcase/D_D_Academy.png",
9999
industries: ["Education"],
100100
link: "https://academy.developerdao.com/",
101-
case_study: "No case study available",
102101
},
103102
{
104103
id: 10,
@@ -109,7 +108,6 @@ export const PROJECT_SHOWCASE_DATA = [
109108
image: "/assets/showcase/donatuz.png",
110109
industries: ["Social"],
111110
link: "https://www.donatuz.com/",
112-
case_study: "No case study available",
113111
},
114112
{
115113
id: 11,
@@ -120,7 +118,6 @@ export const PROJECT_SHOWCASE_DATA = [
120118
image: "/placeholder.svg?height=200&width=300",
121119
industries: ["Real World Assets"],
122120
link: "https://www.dtravel.com/",
123-
case_study: "No case study available",
124121
},
125122
{
126123
id: 12,
@@ -155,7 +152,6 @@ export const PROJECT_SHOWCASE_DATA = [
155152
image: "/placeholder.svg?height=200&width=300",
156153
industries: ["Social"],
157154
link: "https://fr3n.tech/",
158-
case_study: "No case study available",
159155
},
160156
{
161157
id: 15,
@@ -178,7 +174,6 @@ export const PROJECT_SHOWCASE_DATA = [
178174
image: "/placeholder.svg?height=200&width=300",
179175
industries: ["Social"],
180176
link: "https://www.frens.lol/",
181-
case_study: "No case study available",
182177
},
183178
{
184179
id: 17,
@@ -188,8 +183,7 @@ export const PROJECT_SHOWCASE_DATA = [
188183
"A decentralized platform designed to connect pet owners with pet services through blockchain-powered transactions and community engagement.",
189184
image: "/placeholder.svg?height=200&width=300",
190185
industries: ["Social"],
191-
link: "https://furrend.xyz/ ",
192-
case_study: "No case study available",
186+
link: "https://furrend.xyz/",
193187
},
194188
{
195189
id: 18,
@@ -200,7 +194,6 @@ export const PROJECT_SHOWCASE_DATA = [
200194
image: "/placeholder.svg?height=200&width=300",
201195
industries: ["Decentralized Finance"],
202196
link: "https://www.genesisblockchain.io/",
203-
case_study: "No case study available",
204197
},
205198
{
206199
id: 19,
@@ -223,7 +216,6 @@ export const PROJECT_SHOWCASE_DATA = [
223216
image: "/placeholder.svg?height=200&width=300",
224217
industries: ["Fitness"],
225218
link: "https://www.hallofgoats.com/",
226-
case_study: "No case study available",
227219
},
228220
{
229221
id: 21,
@@ -245,7 +237,6 @@ export const PROJECT_SHOWCASE_DATA = [
245237
image: "/placeholder.svg?height=200&width=300",
246238
industries: ["Social", "Tools"],
247239
link: "https://www.icebreaker.xyz/",
248-
case_study: "No case study available",
249240
},
250241
{
251242
id: 23,
@@ -268,7 +259,6 @@ export const PROJECT_SHOWCASE_DATA = [
268259
image: "/placeholder.svg?height=200&width=300",
269260
industries: ["Social", "Tools"],
270261
link: "https://www.intract.io/",
271-
case_study: "No case study available",
272262
},
273263
{
274264
id: 25,
@@ -291,7 +281,6 @@ export const PROJECT_SHOWCASE_DATA = [
291281
image: "/placeholder.svg?height=200&width=300",
292282
industries: ["Games"],
293283
link: "https://laguna.games/",
294-
case_study: "No case study available",
295284
},
296285
{
297286
id: 27,
@@ -362,7 +351,6 @@ export const PROJECT_SHOWCASE_DATA = [
362351
image: "/placeholder.svg?height=200&width=300",
363352
industries: ["Social"],
364353
link: "https://phaver.com/",
365-
case_study: "No case study available",
366354
},
367355
{
368356
id: 33,
@@ -396,7 +384,6 @@ export const PROJECT_SHOWCASE_DATA = [
396384
image: "/placeholder.svg?height=200&width=300",
397385
industries: ["Social"],
398386
link: "https://rooit.me/",
399-
case_study: "No case study available",
400387
},
401388
{
402389
id: 36,
@@ -482,4 +469,4 @@ export const PROJECT_SHOWCASE_INDUSTRIES = [
482469
"Real World Assets",
483470
];
484471

485-
export const PROJECT_SHOWCASE_ITEMS_PER_PAGE = 6;
472+
export const PROJECT_SHOWCASE_ITEMS_PER_PAGE = 6;

0 commit comments

Comments
 (0)