We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42fa6eb commit a72d595Copy full SHA for a72d595
src/pages/Homepage.jsx
@@ -65,10 +65,10 @@ const sections = [
65
description:
66
"Step through state transitions and table updates to grasp DP intuitively.",
67
phase: "Phase 3",
68
- img: "",
69
- route: "",
+ img: "https://miro.medium.com/v2/1*3NIwCTE7Nudy_wV-zF_nWQ.jpeg",
+ route: "/dynamic-programming",
70
link: "/dynamic-programming",
71
- flag: true
+ flag: false,
72
},
73
];
74
0 commit comments