move /profile/ dir to /profil/
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
},
|
||||
{
|
||||
"href": "/o-gractwie#sklad-administracji",
|
||||
"hrefalias": ["/profile"]
|
||||
"hrefalias": ["/profil"]
|
||||
},
|
||||
{
|
||||
"name": "Kod Źródłowy",
|
||||
|
||||
@@ -73,7 +73,7 @@ const PageInfo = () => {
|
||||
return (
|
||||
<Link
|
||||
key={el.Id}
|
||||
href={`/profile/${el.Name.replaceAll(
|
||||
href={`/profil/${el.Name.replaceAll(
|
||||
" ",
|
||||
"-"
|
||||
).toLocaleLowerCase()}`}
|
||||
|
||||
Reference in New Issue
Block a user