refactor(Logo): umbenannt in Img

This commit is contained in:
Developer 02 2025-02-13 00:30:03 +01:00
parent 54e3eed557
commit 1e34042f77
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
namespace EnvelopeGenerator.Web.Models
{
public class Logo
public class Img
{
public string Src { get; init; } = string.Empty;

View File

@ -161,7 +161,7 @@ try
builder.Services.AddMemoryCache();
builder.ConfigureBySection<Logo>();
builder.ConfigureBySection<Img>();
var app = builder.Build();

View File

@ -11,5 +11,5 @@
@inject HighlightHtmlSanitizer _hlSanitizer
@inject Microsoft.AspNetCore.Http.IHttpContextAccessor _accessor
@inject Cultures _cultures
@inject IOptions<Logo> _logoOpt
@inject IOptions<Img> _logoOpt
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers

View File

@ -103,7 +103,7 @@
"Platforms": [ "javascript" ]
}
],
"Logo": {
"Img": {
"Src": "/img/digital_data.svg",
"Classes": {
"Show": "dd-show-logo",