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
@@ -84,7 +84,7 @@ export default function LeftPanel(props) {
</LeftPanelButton>
<LeftPanelButton
leftIcon={<BsFillPersonFill />}
onClickHandler={() => router.push("/userProfile")}
onClickHandler={() => router.push("/profile")}
>
Profile
</LeftPanelButton>