From 5c0e04473d2548485db8f97d17bd7cc18a092a28 Mon Sep 17 00:00:00 2001 From: Beestrap Date: Thu, 12 Dec 2024 05:43:08 -0800 Subject: [PATCH] Fix beestrap opening bloxstrap link's on stuff. --- Bloxstrap/App.xaml.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Bloxstrap/App.xaml.cs b/Bloxstrap/App.xaml.cs index 4fd8b793..23b8ba21 100644 --- a/Bloxstrap/App.xaml.cs +++ b/Bloxstrap/App.xaml.cs @@ -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";