move /profile/ dir to /profil/

This commit is contained in:
2022-12-27 15:09:32 +01:00
parent 362c829c13
commit 93d00d4634
3 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@
}, },
{ {
"href": "/o-gractwie#sklad-administracji", "href": "/o-gractwie#sklad-administracji",
"hrefalias": ["/profile"] "hrefalias": ["/profil"]
}, },
{ {
"name": "Kod Źródłowy", "name": "Kod Źródłowy",

View File

@@ -73,7 +73,7 @@ const PageInfo = () => {
return ( return (
<Link <Link
key={el.Id} key={el.Id}
href={`/profile/${el.Name.replaceAll( href={`/profil/${el.Name.replaceAll(
" ", " ",
"-" "-"
).toLocaleLowerCase()}`} ).toLocaleLowerCase()}`}