Skip to content

Commit ccbf2d2

Browse files
committed
fixed broken link and broken image (#5241)
## Problem solved Short description of the bug fixed or feature added <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on updating the `link` and `image` properties for specific projects in the `PROJECT_SHOWCASE_DATA` array within the `project-showcase-constants.ts` file. ### Detailed summary - Updated `link` for the gaming project from `@goatgamingbot` to `https://goatgaming.com/`. - Changed `image` for the `storychain` project from `ipfs://Qmau1mgrzahdfEtJFU9i2pSKMM7AwHav6tQCVEdJARUFpb` to `ipfs://QmUUBdNHa7ZoiRQicNathMY6G8GTBA4S9cRY1RRBXAKpYi`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent baf2198 commit ccbf2d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ export const PROJECT_SHOWCASE_DATA = [
204204
description:
205205
"Gaming community and platform for connecting gamers across various titles and events.",
206206
industries: ["Games"],
207-
link: "@goatgamingbot",
207+
link: "https://goatgaming.com/",
208208
case_study:
209209
"https://blog.thirdweb.com/case-studies/how-goat-gaming-grew-by-250k-players-with-mini-games-on-telegram-with-thirdweb/",
210210
},
@@ -393,7 +393,7 @@ export const PROJECT_SHOWCASE_DATA = [
393393
slug: "storychain",
394394
description:
395395
"Collaborative storytelling platform that uses blockchain to create, share, and own narrative content.",
396-
image: "ipfs://Qmau1mgrzahdfEtJFU9i2pSKMM7AwHav6tQCVEdJARUFpb",
396+
image: "ipfs://QmUUBdNHa7ZoiRQicNathMY6G8GTBA4S9cRY1RRBXAKpYi",
397397
industries: ["Social"],
398398
link: "https://storychain.io",
399399
case_study:

0 commit comments

Comments
 (0)