Skip to content

Commit

Permalink
chore(website): fix URLs in navigation bar (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
welpo authored Jan 6, 2024
1 parent edc6bc0 commit 70cab99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ const config = {
{ to: "/blog", label: "Blog", position: "left" },
{
label: "💖 Sponsor",
href: "https://github.com/sponsors/MarcoIeni",
href: "https://github.com/sponsors/orhun",
position: "right",
},
{
href: "https://github.com/MarcoIeni/release-plz",
href: "https://github.com/orhun/git-cliff",
"aria-label": "GitHub",
className: "header-github-link",
position: "right",
Expand Down

0 comments on commit 70cab99

Please sign in to comment.