Skip to content

Commit a83be57

Browse files
change website url
1 parent 997feeb commit a83be57

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Bloxstrap/Models/Entities/ActivityData.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using Bloxstrap.Models.APIs;
1+
using Bloxstrap.Models.APIs;
22
using CommunityToolkit.Mvvm.Input;
33
using System.ComponentModel;
44
using System.Runtime.CompilerServices;
@@ -92,7 +92,7 @@ public string GameHistoryDescription
9292

9393
public string GetInviteDeeplink(bool launchData = true)
9494
{
95-
const string baseUrl = "https://realmeddsam.github.io/Froststrap-Website/invite";
95+
const string baseUrl = "https://froststrap.github.io/invite";
9696

9797
var queryParts = new List<string>
9898
{
@@ -377,4 +377,4 @@ private async void CopyServerId()
377377
}
378378
}
379379
}
380-
}
380+
}

0 commit comments

Comments
 (0)