Skip to content

Commit fa41d5c

Browse files
committed
debug some links for fix
1 parent 22f1031 commit fa41d5c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

sidebars.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ const sidebars = {
77
{
88
type: "link",
99
label: "DSA Problems",
10-
href: "/dsa-problems",
10+
href: "/problems",
1111
},
1212
{
1313
type: "link",
1414
label: "DSA Solutions",
15-
href: "/dsa-solutions",
15+
href: "/solutions",
1616
},
1717
],
1818
};

src/theme/Footer/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ const Footer: React.FC = () => {
246246
</h4>
247247
<div className="flex flex-col gap-8">
248248
<Link
249-
to="/blog/getting-started-with-mern"
249+
to="#"
250250
className="group flex items-center gap-[22px]"
251251
>
252252
<div className="overflow-hidden rounded">

0 commit comments

Comments
 (0)