V14/feature/login image (#16063)

* update the login image to the v14 variant

* switch out the default value of the "alternative" logo to the dark version since it fits better in this version
This commit is contained in:
Jacob Overgaard
2024-04-16 11:34:19 +02:00
committed by GitHub
parent e680be506f
commit 9f6af970b4
2 changed files with 2 additions and 2 deletions

View File

@@ -211,8 +211,8 @@ public class ContentSettings
/// of a light background (e.g. in mobile resolutions).
/// </summary>
/// <remarks>This is the alternative version to the regular logo found at <see cref="LoginLogoImage"/>.</remarks>
[DefaultValue(StaticLoginLogoImageAlternative)]
public string LoginLogoImageAlternative { get; set; } = StaticLoginLogoImageAlternative;
[DefaultValue(StaticLoginLogoImage)]
public string LoginLogoImageAlternative { get; set; } = StaticLoginLogoImage;
/// <summary>
/// Gets or sets a value indicating whether to hide the backoffice umbraco logo or not.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 358 KiB

After

Width:  |  Height:  |  Size: 559 KiB