Skip to content

Commit

Permalink
fix: githublink update
Browse files Browse the repository at this point in the history
  • Loading branch information
subhadipbhowmik committed Dec 8, 2023
1 parent 9e25895 commit 392b013
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const config = {
},
{ to: "/blog", label: "Blog", position: "left" },
{
href: "https://github.com/facebook/docusaurus",
href: "https://github.com/subhadipbhowmik/30-Days-Of-CPP/",
label: "GitHub",
position: "right",
},
Expand Down Expand Up @@ -125,7 +125,7 @@ const config = {
},
{
label: "GitHub",
href: "https://github.com/facebook/docusaurus",
href: "https://github.com/subhadipbhowmik/30-Days-Of-CPP/",
},
],
},
Expand Down

0 comments on commit 392b013

Please sign in to comment.