Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit20v committed Jul 27, 2024
2 parents 7c93878 + b38e0fa commit b17ba97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/UserCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const UserCard = ({src, username, userMovies}: { src: string, username: string,
<div className="pfp-container">
<img className="pfp" src={src} alt={`${src} avatar`}/>
</div>
<form method="POST" action="/app/routes/profile" encType="multipart/form-data">
<form method="POST" action="/profile" encType="multipart/form-data">
<input type="file" id="myFile" name="filename"/>
<input type="submit" value="Update profile pic"/>
</form>
Expand Down

0 comments on commit b17ba97

Please sign in to comment.