mirror of
https://github.com/LucasVbr/meeting-app.git
synced 2026-05-16 17:21:54 +00:00
refactor(userProfile -> profile): refactor userProfile to profile (page + folder)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user