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

Make icon element clickable.

parent ef0f0de0
...@@ -70,8 +70,9 @@ ...@@ -70,8 +70,9 @@
</link-to-member-avatar> </link-to-member-avatar>
</span> </span>
<span class='unapprove-btn-wrap' v-if='showUnapproveButton'> <span class='unapprove-btn-wrap' v-if='showUnapproveButton'>
<i class='fa fa-close'></i> <span class='unapprove-btn' @click='removeApproval()'>
<span class='unapprove-btn' @click='removeApproval()'>Remove your approval</span> <i class='fa fa-close'></i>
Remove your approval</span>
</span> </span>
</div> </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