From eb3361fa07fda2e76ca38fc2852aeecffbab0835 Mon Sep 17 00:00:00 2001 From: Shaun Walker Date: Tue, 26 Apr 2022 16:33:50 -0400 Subject: [PATCH] fix path on app-stylesheets --- Oqtane.Server/Pages/_Host.cshtml | 4 ++-- Oqtane.Server/wwwroot/css/{disabled.css => empty.css} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename Oqtane.Server/wwwroot/css/{disabled.css => empty.css} (100%) diff --git a/Oqtane.Server/Pages/_Host.cshtml b/Oqtane.Server/Pages/_Host.cshtml index 5c8fdb6e..394dd296 100644 --- a/Oqtane.Server/Pages/_Host.cshtml +++ b/Oqtane.Server/Pages/_Host.cshtml @@ -19,8 +19,8 @@ @Html.Raw(Model.HeadResources) - - + + @if (string.IsNullOrEmpty(Model.Message)) diff --git a/Oqtane.Server/wwwroot/css/disabled.css b/Oqtane.Server/wwwroot/css/empty.css similarity index 100% rename from Oqtane.Server/wwwroot/css/disabled.css rename to Oqtane.Server/wwwroot/css/empty.css