We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 997feeb commit a83be57Copy full SHA for a83be57
1 file changed
Bloxstrap/Models/Entities/ActivityData.cs
@@ -1,4 +1,4 @@
1
-using Bloxstrap.Models.APIs;
+using Bloxstrap.Models.APIs;
2
using CommunityToolkit.Mvvm.Input;
3
using System.ComponentModel;
4
using System.Runtime.CompilerServices;
@@ -92,7 +92,7 @@ public string GameHistoryDescription
92
93
public string GetInviteDeeplink(bool launchData = true)
94
{
95
- const string baseUrl = "https://realmeddsam.github.io/Froststrap-Website/invite";
+ const string baseUrl = "https://froststrap.github.io/invite";
96
97
var queryParts = new List<string>
98
@@ -377,4 +377,4 @@ private async void CopyServerId()
377
}
378
379
380
-}
+}
0 commit comments