File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
import { inBrowser } from '../util/env'
2
2
3
3
function 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 + '" />'
5
5
}
6
6
7
7
export function emojify ( text ) {
Original file line number Diff line number Diff line change @@ -892,7 +892,7 @@ const AllGithubEmoji = [
892
892
window . emojify = function ( match , $1 ) {
893
893
return AllGithubEmoji . indexOf ( $1 ) === - 1 ?
894
894
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/' +
896
896
$1 +
897
897
'.png" alt="' +
898
898
$1 +
You can’t perform that action at this time.
0 commit comments