We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2174b6b commit b0b2d9fCopy full SHA for b0b2d9f
src/components/Projects/ProjectCard.js
@@ -2,7 +2,7 @@ import React from "react";
2
import Card from "react-bootstrap/Card";
3
import Button from "react-bootstrap/Button";
4
import { CgWebsite } from "react-icons/cg";
5
-import { TbBulbFilled } from "react-icons/tb";
+import { PiCursorClickBold } from "react-icons/tb";
6
import './projects.css';
7
8
function ProjectCards(props) {
@@ -22,7 +22,7 @@ function ProjectCards(props) {
22
{props.description}
23
</Card.Text>
24
<Button className="project-details-btn" variant="primary" href={props.issueLink} target="_blank">
25
- <TbBulbFilled /> Project Details
+ <PiCursorClickBold /> Project Details
26
</Button>
27
{"\n"}
28
0 commit comments