move /profile/ dir to /profil/
This commit is contained in:
@@ -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