move /profile/ dir to /profil/
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -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()}`}
|
||||||
|
|||||||
Reference in New Issue
Block a user