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 @@ -16,7 +16,7 @@ const shareContent = (url) => {
1616} ;
1717
1818const Adove = ( ) => {
19- const cardUrl = 'https://www.devdisplay.org/Jobs#Card1 ' ;
19+ const cardUrl = 'https://www.devdisplay.org/Jobs#Adove ' ;
2020 return (
2121 < div id = "Card1" className = "group relative mx-auto w-full max-w-[30rem]" >
2222 < div className = "relative overflow-hidden rounded-2xl bg-slate-950 shadow-2xl transition-all duration-300 hover:-translate-y-2 hover:shadow-emerald-500/10" >
@@ -169,7 +169,7 @@ const Adove = () => {
169169} ;
170170
171171const HP = ( ) => {
172- const cardUrl = 'https://www.devdisplay.org/Jobs#Card2 ' ;
172+ const cardUrl = 'https://www.devdisplay.org/Jobs#HP ' ;
173173 return (
174174 < div id = "Card1" className = "group relative mx-auto w-full max-w-[30rem]" >
175175 < div className = "relative overflow-hidden rounded-2xl bg-slate-950 shadow-2xl transition-all duration-300 hover:-translate-y-2 hover:shadow-emerald-500/10" >
You can’t perform that action at this time.
0 commit comments