Skip to content

Commit 9f6af97

Browse files
authored
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
1 parent e680be5 commit 9f6af97

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Umbraco.Core/Configuration/Models/ContentSettings.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,8 @@ @keyframes umbraco-preview-badge--effect {{
211211
/// of a light background (e.g. in mobile resolutions).
212212
/// </summary>
213213
/// <remarks>This is the alternative version to the regular logo found at <see cref="LoginLogoImage"/>.</remarks>
214-
[DefaultValue(StaticLoginLogoImageAlternative)]
215-
public string LoginLogoImageAlternative { get; set; } = StaticLoginLogoImageAlternative;
214+
[DefaultValue(StaticLoginLogoImage)]
215+
public string LoginLogoImageAlternative { get; set; } = StaticLoginLogoImage;
216216

217217
/// <summary>
218218
/// Gets or sets a value indicating whether to hide the backoffice umbraco logo or not.
201 KB
Loading

0 commit comments

Comments
 (0)