diff --git a/Images/Repository.png b/Images/Repository.png index 75c5f4845..65a948b3c 100644 Binary files a/Images/Repository.png and b/Images/Repository.png differ diff --git a/RotationSolver/UI/RotationConfigWindowNew.cs b/RotationSolver/UI/RotationConfigWindowNew.cs index 2da03dd6c..6f6bb2b8e 100644 --- a/RotationSolver/UI/RotationConfigWindowNew.cs +++ b/RotationSolver/UI/RotationConfigWindowNew.cs @@ -356,7 +356,7 @@ private void DrawBody() { () => LocalizationManager.RightLang.ConfigWindow_About_Links, () => { var width = ImGui.GetWindowWidth(); - if(TextureButton(IconSet.GetTexture("https://streak-stats.demolab.com?user=ArchiDog1998&type=png"), width)) + if(TextureButton(IconSet.GetTexture("https://raw.githubusercontent.com/ArchiDog1998/RotationSolver/main/Images/Repository.png"), width)) { Util.OpenLink("https://github.com/ArchiDog1998/RotationSolver"); }