Skip to content

Commit 8a840c0

Browse files
fix: use actual YouTube and dev.to article screenshots for projects
1 parent 229687d commit 8a840c0

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

9.36 KB
Loading
51.9 KB
Loading

src/data/projects.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const featuredProjects: Project[] = [
1515
description: "Automated e-commerce & retail bot with real-time stock notifications, instant order alerts via Telegram, and automated inventory sync.",
1616
articleUrl: "https://www.youtube.com/watch?v=LjT4EP2kYHo",
1717
repoUrl: "https://github.com/networkandcode/boutique-bot",
18-
image: "/images/projects/boutique_bot_screenshot_1786124950528.jpg",
18+
image: "/images/projects/boutique_bot_screenshot.jpg",
1919
techStack: ["Node.js", "Telegram Bot API", "E-Commerce", "Automation"]
2020
},
2121
{
@@ -33,7 +33,7 @@ export const featuredProjects: Project[] = [
3333
description: "Live cricket match scoring app with real-time score updates, match stats, and database management.",
3434
articleUrl: "https://dev.to/networkandcode/cricket-scoring-app-using-appwrite-nextjs-3730",
3535
repoUrl: "https://github.com/networkandcode/cricscore",
36-
image: "/images/projects/cricscore_screenshot_1786124994883.jpg",
36+
image: "/images/projects/cricscore_screenshot.png",
3737
techStack: ["Next.js", "Appwrite", "TailwindCSS", "Node.js"]
3838
},
3939
{

0 commit comments

Comments
 (0)