File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11import { inBrowser } from '../util/env'
22
33function replace ( m , $1 ) {
4- return '<img class="emoji" src="https://assets-cdn. github.com/images/icons/emoji/' + $1 + '.png" alt="' + $1 + '" />'
4+ return '<img class="emoji" src="https://github.githubassets .com/images/icons/emoji/' + $1 + '.png" alt="' + $1 + '" />'
55}
66
77export function emojify ( text ) {
Original file line number Diff line number Diff line change @@ -892,7 +892,7 @@ const AllGithubEmoji = [
892892window . emojify = function ( match , $1 ) {
893893 return AllGithubEmoji . indexOf ( $1 ) === - 1 ?
894894 match :
895- '<img class="emoji" src="https://assets-cdn. github.com/images/icons/emoji/' +
895+ '<img class="emoji" src="https://github.githubassets .com/images/icons/emoji/' +
896896 $1 +
897897 '.png" alt="' +
898898 $1 +
You can’t perform that action at this time.
0 commit comments