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 22f1031 commit fa41d5cCopy full SHA for fa41d5c
sidebars.js
@@ -7,12 +7,12 @@ const sidebars = {
7
{
8
type: "link",
9
label: "DSA Problems",
10
- href: "/dsa-problems",
+ href: "/problems",
11
},
12
13
14
label: "DSA Solutions",
15
- href: "/dsa-solutions",
+ href: "/solutions",
16
17
],
18
};
src/theme/Footer/index.tsx
@@ -246,7 +246,7 @@ const Footer: React.FC = () => {
246
</h4>
247
<div className="flex flex-col gap-8">
248
<Link
249
- to="/blog/getting-started-with-mern"
+ to="#"
250
className="group flex items-center gap-[22px]"
251
>
252
<div className="overflow-hidden rounded">
0 commit comments