Skip to content

Commit d94f757

Browse files
committed
Rename Card1 component to Adove in JobsCard for clarity
1 parent c9398ee commit d94f757

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/Page/OpportunitiesHub/JobsCard.jsx

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

18-
const Card1 = () => {
18+
const Adove = () => {
1919
const cardUrl = 'https://www.devdisplay.org/Jobs#Card1';
2020
return (
2121
<div id="Card1" className="group relative mx-auto w-full max-w-[30rem]">
@@ -168,7 +168,7 @@ const Card1 = () => {
168168
);
169169
};
170170

171-
const Card2 = () => {
171+
const HP = () => {
172172
const cardUrl = 'https://www.devdisplay.org/Jobs#Card2';
173173
return (
174174
<div id="Card1" className="group relative mx-auto w-full max-w-[30rem]">
@@ -937,8 +937,8 @@ const JobsCard = () => {
937937
return (
938938
<>
939939
<div className="grid grid-cols-1 gap-6 px-3 sm:gap-4 md:grid-cols-2 lg:grid-cols-3">
940-
<Card1 />
941-
<Card2 />
940+
<Adove />
941+
<HP />
942942
<Card3 />
943943
<Card4 />
944944
<Card5 />

0 commit comments

Comments
 (0)