From fc0047a029f1ddbe60d000f99266cf9f94996769 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 16:23:48 +0000 Subject: [PATCH] Update src/app/dashboard/page.tsx --- src/app/dashboard/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx index cb91a7b..bd14add 100644 --- a/src/app/dashboard/page.tsx +++ b/src/app/dashboard/page.tsx @@ -43,7 +43,7 @@ export default function DashboardPage() { title="Your Saved Maps" description="Track your progress on your career journey." products={[ - { id: "m1", name: "Data Scientist Path", price: "Active", imageSrc: "http://img.b2bpic.net/free-photo/digital-transformation-corporate-wallpaper_53876-97646.jpg" } + { id: "m1", name: "Data Scientist Path", price: "Active", imageSrc: "http://img.b2bpic.net/free-photo/digital-transformation-corporate-wallpaper_53876-97646.jpg?_wi=1" } ]} /> @@ -53,7 +53,7 @@ export default function DashboardPage() { layout="section" products={[ { id: "c1", name: "Advanced Python", price: "$49", imageSrc: "http://img.b2bpic.net/free-photo/fruits-blue-table-isolated-orange-near-mirrors_171337-13169.jpg", rating: 5 }, - { id: "c2", name: "React Mastery", price: "$59", imageSrc: "http://img.b2bpic.net/free-photo/digital-transformation-corporate-wallpaper_53876-97646.jpg", rating: 5 }, + { id: "c2", name: "React Mastery", price: "$59", imageSrc: "http://img.b2bpic.net/free-photo/digital-transformation-corporate-wallpaper_53876-97646.jpg?_wi=2", rating: 5 }, { id: "c3", name: "UI/UX Fundamentals", price: "$39", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7izvu0", rating: 5 } ]} /> -- 2.49.1