Skip to content
Snippets Groups Projects
Commit 1607574b authored by Kyle Doherty's avatar Kyle Doherty
Browse files

add title attribute

parent bd23dc92
No related merge requests found
......@@ -56,7 +56,7 @@ export default class Cards extends Component {
<div>Created {item.created_at.fromNow()}</div>
</div>
<div className="flex-align-right text-right text-grey-3 ml2">
<a href={'/card/'+item.id} className="flex-align-right flex text-grey-1 text-grey-3-hover">
<a href={'/card/'+item.id} className="flex-align-right flex text-grey-1 text-grey-3-hover" title="Edit this question">
<IconBorder>
<Icon name='pencil' width={16} height={16}></Icon>
</IconBorder>
......
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