Skip to content

Commit 4416355

Browse files
committed
fix(nav): update Polish link for "How we work" page
1 parent c75c4e2 commit 4416355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Header.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const nav = lang === "pl"
77
? [
88
{ href: "/pl/", label: "Start" },
99
{ href: "/pl/case-studies/", label: "Realizacje" },
10-
{ href: "/pl/jak-pracujemy/", label: "Jak pracujemy" },
10+
{ href: "/pl/how-we-work/", label: "Jak pracujemy" },
1111
{ href: "/pl/kontakt/", label: "Kontakt" },
1212
]
1313
: [

0 commit comments

Comments
 (0)