From c29c2d0d5c28f49b6bd96f1072bca9f54ce951c3 Mon Sep 17 00:00:00 2001 From: Vigers Ray Date: Sun, 6 Apr 2025 02:04:55 +0300 Subject: [PATCH] =?UTF-8?q?=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Content.Replay/Menu/ReplayMainMenuControl.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Replay/Menu/ReplayMainMenuControl.xaml.cs b/Content.Replay/Menu/ReplayMainMenuControl.xaml.cs index 5621632073..a506e1d211 100644 --- a/Content.Replay/Menu/ReplayMainMenuControl.xaml.cs +++ b/Content.Replay/Menu/ReplayMainMenuControl.xaml.cs @@ -23,7 +23,7 @@ public sealed partial class ReplayMainMenuControl : Control LayoutContainer.SetGrowHorizontal(VBox, LayoutContainer.GrowDirection.Begin); Subtext.FontOverride = resCache.GetFont("/Fonts/NotoSansDisplay/NotoSansDisplay-Bold.ttf", 24); - var logoTexture = resCache.GetResource("/Textures/_Sunrise/Logo/logo-sunrise.png"); // Sunrise-Edit + var logoTexture = resCache.GetResource("/Textures/_Sunrise/Logo/logo-sunrise-slim.png"); // Sunrise-Edit Logo.Texture = logoTexture; LayoutContainer.SetAnchorPreset(InfoContainer, LayoutContainer.LayoutPreset.BottomLeft);