Skip to content

Commit

Permalink
add url alias for partners page
Browse files Browse the repository at this point in the history
  • Loading branch information
HLWeil committed Sep 16, 2024
1 parent 81d05e8 commit 25cbcd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -31,7 +31,7 @@ const links: Link[] = [
]},
]},
{href: URLS.INTERNAL_TOOLS, text: "Tools"},
{href: "/arc-website/Partners", text: "Partners"}
{href: URLS.INTERNAL_PARTNERS, text: "Partners"}
]
---

Expand Down
1 change: 1 addition & 0 deletions src/statics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const BASE_PATH = "/arc-website"
export enum URLS {
INTERNAL_HOME = BASE_PATH,
INTERNAL_TOOLS = BASE_PATH + "/details/tools-and-services",
INTERNAL_PARTNERS = BASE_PATH + "/partners",

INTERNAL_COM_DATA_MANAGEMENT = BASE_PATH + "/details/data-management-principle",
INTERNAL_COM_TOOLS = BASE_PATH + "/details/tools-and-services",
Expand Down

0 comments on commit 25cbcd0

Please sign in to comment.