Skip to content

Commit 6fb1897

Browse files
committed
Update card URLs in Adove component for improved clarity
1 parent d94f757 commit 6fb1897

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Page/OpportunitiesHub/JobsCard.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const shareContent = (url) => {
1616
};
1717

1818
const 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

171171
const 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">

0 commit comments

Comments
 (0)