Skip to content

Commit

Permalink
Merge pull request #44 from git-morin/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzolewis authored Jul 7, 2024
2 parents 9884a8d + c2b60c3 commit 7cb5f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/content/docs/utilities/nav-links.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ import { Steps } from "@astrojs/starlight/components";
label: "leadingNavLinks",
items: [
{ label: "Docs", link: "/docs" },
{ label: "References": link: "/references" }
{ label: "References", link: "/references" }
]
}],
plugins: [
Expand Down

0 comments on commit 7cb5f2f

Please sign in to comment.