Skip to content

Commit c049dce

Browse files
committed
resolved merge issue
1 parent df8f8c9 commit c049dce

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/pages/Homepage.jsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,8 @@ const sections = [
3636
description:
3737
"Explore BFS, DFS, Kruskal’s, Prim’s, and now Union-Find — all brought to life interactively.",
3838
phase: "Phase 2",
39-
<<<<<<< HEAD
40-
img: "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcT6OVkS24HaByB5Ha5Og7YYUYu7ZmfM-wfWQw&sz=300x200",
41-
route: "/graph/union-find", // ✅ Route to Union-Find page
42-
link: "/graphs",
43-
=======
4439
img: "/graph.png",
4540
link: "/graph",
46-
>>>>>>> e696d2707d2a34ddaaf15224dae0540757df9841
4741
flag: false
4842
},
4943
{

0 commit comments

Comments
 (0)