File tree Expand file tree Collapse file tree
src/Page/OpportunitiesHub Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments