Skip to content

Commit

Permalink
debug some links for fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ajay-dhangar committed Oct 6, 2024
1 parent 22f1031 commit fa41d5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ const sidebars = {
{
type: "link",
label: "DSA Problems",
href: "/dsa-problems",
href: "/problems",
},
{
type: "link",
label: "DSA Solutions",
href: "/dsa-solutions",
href: "/solutions",
},
],
};
Expand Down
2 changes: 1 addition & 1 deletion src/theme/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ const Footer: React.FC = () => {
</h4>
<div className="flex flex-col gap-8">
<Link
to="/blog/getting-started-with-mern"
to="#"
className="group flex items-center gap-[22px]"
>
<div className="overflow-hidden rounded">
Expand Down

0 comments on commit fa41d5c

Please sign in to comment.