diff --git a/EnvelopeGenerator.Web/Models/Logo.cs b/EnvelopeGenerator.Web/Models/Logo.cs index 05462768..7b92d8a3 100644 --- a/EnvelopeGenerator.Web/Models/Logo.cs +++ b/EnvelopeGenerator.Web/Models/Logo.cs @@ -3,9 +3,7 @@ public class Logo { public string Src { get; init; } = string.Empty; - - public string CSSPath { get; init; } = string.Empty; - + public string LockedPageClass { get; init; } = string.Empty; public string ShowPageClass { get; init; } = string.Empty; diff --git a/EnvelopeGenerator.Web/Views/Shared/_Layout.cshtml b/EnvelopeGenerator.Web/Views/Shared/_Layout.cshtml index 01a7cb40..c08e907f 100644 --- a/EnvelopeGenerator.Web/Views/Shared/_Layout.cshtml +++ b/EnvelopeGenerator.Web/Views/Shared/_Layout.cshtml @@ -13,7 +13,7 @@ - + diff --git a/EnvelopeGenerator.Web/wwwroot/css/cursor.css b/EnvelopeGenerator.Web/wwwroot/css/logo.css similarity index 100% rename from EnvelopeGenerator.Web/wwwroot/css/cursor.css rename to EnvelopeGenerator.Web/wwwroot/css/logo.css diff --git a/EnvelopeGenerator.Web/wwwroot/css/cursor.min.css b/EnvelopeGenerator.Web/wwwroot/css/logo.min.css similarity index 100% rename from EnvelopeGenerator.Web/wwwroot/css/cursor.min.css rename to EnvelopeGenerator.Web/wwwroot/css/logo.min.css