change project website url (#1128)
This commit is contained in:
parent
66c0b23832
commit
463b008090
29 changed files with 30 additions and 30 deletions
|
@ -48,14 +48,14 @@ public class EmojiCompatFont {
|
|||
"Blobmoji",
|
||||
R.string.caption_blobmoji,
|
||||
R.drawable.ic_blobmoji,
|
||||
"https://tuskyapp.github.io/hosted/emoji/BlobmojiCompat.ttf"
|
||||
"https://tusky.app/hosted/emoji/BlobmojiCompat.ttf"
|
||||
);
|
||||
private static final EmojiCompatFont TWEMOJI =
|
||||
new EmojiCompatFont("Twemoji",
|
||||
"Twemoji",
|
||||
R.string.caption_twemoji,
|
||||
R.drawable.ic_twemoji,
|
||||
"https://tuskyapp.github.io/hosted/emoji/TwemojiCompat.ttf"
|
||||
"https://tusky.app/hosted/emoji/TwemojiCompat.ttf"
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue