Skip to content

Commit

Permalink
fix: minor copy update
Browse files Browse the repository at this point in the history
  • Loading branch information
tengkuhafidz committed Jan 14, 2024
1 parent 4bcaf77 commit 4cf8663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default function Home() {
}
setUserImageUrl(response.profilePicUrl);
} catch (error) {
console.error('Error fetching twitter profile picture:', error);
console.error('Error fetching profile picture:', error);
}
}
};
Expand Down

0 comments on commit 4cf8663

Please sign in to comment.