Restructure account api routes, fix update profile

This commit is contained in:
Aaron William Po
2023-12-02 22:42:07 -05:00
parent 0d23b02957
commit cf89dc92df
15 changed files with 366 additions and 103 deletions

View File

@@ -70,7 +70,7 @@ const UserHeader: FC<UserHeaderProps> = ({ user }) => {
mutateFollowingCount={mutateFollowingCount}
/>
) : (
<Link href={`/account/profile`} className="btn btn-primary">
<Link href={`/users/account/edit-profile`} className="btn btn-primary">
Edit Profile
</Link>
)}