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;