Skip to content

Commit 631a0bb

Browse files
committed
a
1 parent 88c9f33 commit 631a0bb

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
@@ -18,7 +18,7 @@ const shareContent = (url) => {
1818
const Adove = () => {
1919
const cardUrl = 'https://www.devdisplay.org/Jobs#Adove';
2020
return (
21-
<div id="Card1" className="group relative mx-auto w-full max-w-[30rem]">
21+
<div id="Adove" 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">
2323
<div className="absolute -left-16 -top-16 h-32 w-32 rounded-full bg-gradient-to-br from-emerald-500/20 to-teal-500/0 blur-2xl transition-all duration-500 group-hover:scale-150 group-hover:opacity-70" />
2424
<div className="absolute -bottom-16 -right-16 h-32 w-32 rounded-full bg-gradient-to-br from-blue-500/20 to-indigo-500/0 blur-2xl transition-all duration-500 group-hover:scale-150 group-hover:opacity-70" />
@@ -171,7 +171,7 @@ const Adove = () => {
171171
const HP = () => {
172172
const cardUrl = 'https://www.devdisplay.org/Jobs#HP';
173173
return (
174-
<div id="Card1" className="group relative mx-auto w-full max-w-[30rem]">
174+
<div id="HP" 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">
176176
<div className="absolute -left-16 -top-16 h-32 w-32 rounded-full bg-gradient-to-br from-emerald-500/20 to-teal-500/0 blur-2xl transition-all duration-500 group-hover:scale-150 group-hover:opacity-70" />
177177
<div className="absolute -bottom-16 -right-16 h-32 w-32 rounded-full bg-gradient-to-br from-blue-500/20 to-indigo-500/0 blur-2xl transition-all duration-500 group-hover:scale-150 group-hover:opacity-70" />

0 commit comments

Comments
 (0)