Skip to content

Commit e399401

Browse files
committed
Demo Changes
1 parent 51cdcd2 commit e399401

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

components/Card.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const Card = ({
3636
<b>Technology Used : </b> {techused}
3737
</p>
3838
<Link href={link} className="btn btn-error mt-2">
39-
Read More
39+
CheckOut This Project
4040
</Link>
4141
</div>
4242
</article>

components/Resconnect.tsx

-7
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,6 @@ const Resconnect = () => {
2020
Rohan Verma
2121
</span>
2222
</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>
3023
</div>{" "}
3124
<div className="w-full flex flex-col sm:flex-row sm:justify-center gap-2.5 my-8 md:my-12">
3225
<Link

0 commit comments

Comments
 (0)