Skip to content

Commit

Permalink
Update Resume.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhet committed Oct 3, 2023
1 parent 06023c4 commit 4808686
Show file tree
Hide file tree
Showing 4 changed files with 411 additions and 380 deletions.
2 changes: 1 addition & 1 deletion src/components/ProfileCoverpage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export default function ProfileCoverpage({
formData.append('upload_preset', 'my_upload');

const cover = await axios.post(
'https://api.cloudinary.com/v1_1/dta2axdpw/image/upload',
'https://api.cloudinary.com/v1_1/dj24yfas5/image/upload',
formData,
);
/* istanbul ignore next */
Expand Down
Loading

0 comments on commit 4808686

Please sign in to comment.