Skip to content

Commit 7f624ef

Browse files
committed
Rename InternshipCard to FreelancingList and update export statement
1 parent 4fd8c1e commit 7f624ef

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/Page/OpportunitiesHub/FreelanceList.jsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ const shareContent = (url) => {
44
if (navigator.share) {
55
navigator
66
.share({
7-
title: 'Check out this job opportunity!',
8-
text: 'I found this amazing job opportunity for a Senior Product Designer at TechCorp Inc.',
7+
title: 'Check out this freelance opportunity!',
8+
text: 'I found this interesting freelance project that might interest you.',
99
url: url,
1010
})
1111
.then(() => console.log('Successful share'))
@@ -216,7 +216,7 @@ const FreelanceCard = () => {
216216
// );
217217
// };
218218

219-
const InternshipCard = () => {
219+
const FreelancingList = () => {
220220
return (
221221
<>
222222
<div className="grid grid-cols-1 gap-6 px-3 sm:gap-4 md:grid-cols-2 lg:grid-cols-3">
@@ -226,4 +226,4 @@ const InternshipCard = () => {
226226
);
227227
};
228228

229-
export default InternshipCard;
229+
export default FreelancingList;

0 commit comments

Comments
 (0)