Skip to content

Commit a72d595

Browse files
add route and image link for dp section
1 parent 42fa6eb commit a72d595

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pages/Homepage.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ const sections = [
6565
description:
6666
"Step through state transitions and table updates to grasp DP intuitively.",
6767
phase: "Phase 3",
68-
img: "",
69-
route: "",
68+
img: "https://miro.medium.com/v2/1*3NIwCTE7Nudy_wV-zF_nWQ.jpeg",
69+
route: "/dynamic-programming",
7070
link: "/dynamic-programming",
71-
flag: true
71+
flag: false,
7272
},
7373
];
7474

0 commit comments

Comments
 (0)