refactor(userProfile -> profile): refactor userProfile to profile (page + folder)

This commit is contained in:
Laurian-Dufrechou
2023-05-03 00:51:18 +02:00
parent a2ffdf1edb
commit 3ca0062dfa
15 changed files with 13 additions and 22 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ export default function Navbar({ variant = "fixed" }: Props) {
<Link href={"/dashboard"} color={"purple.500"}>
Tableau de bord
</Link>
<Link href={"/userProfile"} color={"purple.500"}>
<Link href={"/profile"} color={"purple.500"}>
Profile
</Link>
<Link href={"/map"} color={"purple.500"}>
@@ -84,7 +84,7 @@ export default function LeftPanel(props) {
</LeftPanelButton>
<LeftPanelButton
leftIcon={<BsFillPersonFill />}
onClickHandler={() => router.push("/userProfile")}
onClickHandler={() => router.push("/profile")}
>
Profile
</LeftPanelButton>