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