Skip to content

Commit

Permalink
Fix beestrap opening bloxstrap link's on stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
BeestrapMain authored Dec 12, 2024
1 parent 0b0f351 commit 5c0e044
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Bloxstrap/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ namespace Bloxstrap
public partial class App : Application
{
#if QA_BUILD
public const string ProjectName = "Bloxstrap-QA";
public const string ProjectName = "Beestrap-QA";
#else
public const string ProjectName = "Bloxstrap";
public const string ProjectName = "Beestrap";
#endif
public const string ProjectOwner = "Bloxstrap";
public const string ProjectRepository = "bloxstraplabs/bloxstrap";
public const string ProjectDownloadLink = "https://bloxstraplabs.com";
public const string ProjectOwner = "BeestrapMain";
public const string ProjectRepository = "beestrapmain/beestrap";
public const string ProjectDownloadLink = "https://beestrapmain.github.io";
public const string ProjectHelpLink = "https://github.com/bloxstraplabs/bloxstrap/wiki";
public const string ProjectSupportLink = "https://github.com/bloxstraplabs/bloxstrap/issues/new";
public const string ProjectSupportLink = "https://github.com/beestrapmain/beestrap/issues/new";

public const string RobloxPlayerAppName = "RobloxPlayerBeta";
public const string RobloxStudioAppName = "RobloxStudioBeta";
Expand Down

0 comments on commit 5c0e044

Please sign in to comment.