We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51cdcd2 commit e399401Copy full SHA for e399401
components/Card.tsx
@@ -36,7 +36,7 @@ const Card = ({
36
<b>Technology Used : </b> {techused}
37
</p>
38
<Link href={link} className="btn btn-error mt-2">
39
- Read More
+ CheckOut This Project
40
</Link>
41
</div>
42
</article>
components/Resconnect.tsx
@@ -20,13 +20,6 @@ const Resconnect = () => {
20
Rohan Verma
21
</span>
22
</h2>{" "}
23
- <p
24
- className="text-gray-900 mt-4 sm:mt-8 md:mt-12 text-lg sm:text-2xl xl:text-4xl aos-init aos-animate"
25
- data-aos="fade-up"
26
- data-aos-duration="600"
27
- >
28
- Struggling Developer
29
- </p>
30
</div>{" "}
31
<div className="w-full flex flex-col sm:flex-row sm:justify-center gap-2.5 my-8 md:my-12">
32
<Link
0 commit comments