Commit 02956aab authored by Bryce Johnson's avatar Bryce Johnson

Make icon element clickable.

parent ef0f0de0
......@@ -70,8 +70,9 @@
</link-to-member-avatar>
</span>
<span class='unapprove-btn-wrap' v-if='showUnapproveButton'>
<span class='unapprove-btn' @click='removeApproval()'>
<i class='fa fa-close'></i>
<span class='unapprove-btn' @click='removeApproval()'>Remove your approval</span>
Remove your approval</span>
</span>
</div>
`,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment