Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Freymaurer committed Sep 17, 2024
1 parent 7912273 commit da4900b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Navbar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const links: Link[] = [
{href: URLS.INTERNAL_DEV_VALIDATION, text: "Validation"},
{href: URLS.INTERNAL_DEV_ARC_DATA_HUB, text: "ARC Data Hub"},
{href: "/", text: "versioning 🚧"},
{href: URLS.INTERNAL_DEV_TOOLSTACK, text: "Developer Toolstack 🚧"},
{href: URLS.INTERNAL_DEV_TOOLSTACK, text: "Developer Toolstack"},
]},
]},
{href: URLS.INTERNAL_TOOLS, text: "Tools"},
Expand Down

0 comments on commit da4900b

Please sign in to comment.