Skip to content

Commit a776a47

Browse files
committed
Update upstream repositories
1 parent 11033b3 commit a776a47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitmodules

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "wpfui"]
22
path = wpfui
3-
url = https://github.com/pizzaboxer/wpfui.git
3+
url = https://github.com/bloxstraplabs/wpfui.git

Bloxstrap/Extensions/EmojiTypeEx.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public static string GetUrl(this EmojiType emojiType)
3434
if (emojiType == EmojiType.Default)
3535
return "";
3636

37-
return $"https://github.com/pizzaboxer/rbxcustom-fontemojis/releases/download/my-phone-is-78-percent/{Filenames[emojiType]}";
37+
return $"https://github.com/bloxstraplabs/rbxcustom-fontemojis/releases/download/my-phone-is-78-percent/{Filenames[emojiType]}";
3838
}
3939
}
4040
}

0 commit comments

Comments
 (0)