Skip to content

Commit

Permalink
updates profile.js
Browse files Browse the repository at this point in the history
  • Loading branch information
meixingc committed Mar 23, 2023
1 parent 412e4f1 commit 9bba312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/pages/Profile.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export default function Profile(){
<h2 style={{color: 'white', textShadow: '0 0 10px purple'}}>
{profileUser.username} / {profileUser.name}
</h2>
<button onClick={() => navigate('/updateprofile')}>Update Profile</button>
<button onClick={() => navigate('/update')}>Update Profile</button>
<figure style={{marginLeft: '70vw'}}>
<figcaption style={{color: 'white', textShadow: '0 0 10px purple'}}>
Currently listening to..
Expand Down

0 comments on commit 9bba312

Please sign in to comment.