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

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