Last active
August 29, 2015 14:04
-
-
Save DeskWOW/b8116592d6d037b62983 to your computer and use it in GitHub Desktop.
On My Profile page of your support center, replace default 'verified' icon (http://screencast.com/t/SCw9NPXs) with a different icon (http://take.ms/tEyLb)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script>$(function() { $(".verified img").prop("src", "http://i.imgur.com/7zvSABZ.png") });</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment