Skip to content

Commit

Permalink
Update upstream repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
pizzaboxer committed Jul 5, 2024
1 parent 11033b3 commit a776a47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "wpfui"]
path = wpfui
url = https://github.com/pizzaboxer/wpfui.git
url = https://github.com/bloxstraplabs/wpfui.git
2 changes: 1 addition & 1 deletion Bloxstrap/Extensions/EmojiTypeEx.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public static string GetUrl(this EmojiType emojiType)
if (emojiType == EmojiType.Default)
return "";

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

0 comments on commit a776a47

Please sign in to comment.