Skip to content

Commit b5362bc

Browse files
committed
added cursor icon to visit button
1 parent eddae1d commit b5362bc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/Educationals/EduCard.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import React from "react";
22
import { BsGithub } from "react-icons/bs";
3+
import { PiCursorClickBold } from "react-icons/pi";
4+
35

46
const EduCard = ({
57
videoUrl,
@@ -46,7 +48,7 @@ const EduCard = ({
4648
target="_blank"
4749
rel="noopener noreferrer"
4850
>
49-
Visit
51+
<PiCursorClickBold /> &nbsp; Visit
5052
</a>
5153
);
5254
}

0 commit comments

Comments
 (0)