mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-02-16 10:42:08 +00:00
Restructure account api routes, fix update profile
This commit is contained in:
@@ -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>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user