Skip to content
Snippets Groups Projects
Commit 3b8b3479 authored by rob's avatar rob
Browse files

Change cursor to hand on hover

parent a7151154
No related branches found
No related tags found
7 merge requests!65Master,!50Change navigation buttons to reflect user feedback,!47fix profuction sort button flickering issue,!43Recruiter: Add staring and evidence ;Student: add Dashboard Timeline; Add univseral navbar,!36Create pages from mockups and link with Prisma Merge,!28Master,!27Recruiter dashboard
Pipeline #422701 passed
......@@ -38,7 +38,7 @@ const handleClick = () => {
<ListGroup>
<ListGroupItem>
<Container className="d-flex justify-content-between" onClick={handleClick}>
<Container className="d-flex justify-content-between" style={{cursor: "pointer"}} onClick={handleClick}>
<p className="text-danger">Applications Closed</p>
<p className="text-center">IT Intern</p>
<p className="text-success">3/50 Applications</p>
......@@ -46,7 +46,7 @@ const handleClick = () => {
</ListGroupItem>
<ListGroupItem>
<Container className="d-flex justify-content-between" onClick={handleClick}>
<Container className="d-flex justify-content-between" style={{cursor: "pointer"}} onClick={handleClick}>
<p className="text-success">Applications Open</p>
<p className="text-center">Softare Engineer Intern</p>
<p className="text-warning">30/35 Applications</p>
......@@ -54,7 +54,7 @@ const handleClick = () => {
</ListGroupItem>
<ListGroupItem>
<Container className="d-flex justify-content-between" onClick={handleClick}>
<Container className="d-flex justify-content-between" style={{cursor: "pointer"}} onClick={handleClick}>
<p className="text-muted">Draft</p>
<p className="text-center">Management Intern</p>
<p></p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment