Update style

This commit is contained in:
Leendert de Borst
2026-07-10 15:35:11 +02:00
parent 1fa3e88ef5
commit 23e1933fef
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
<div class="flex flex-col lg:flex-row justify-between items-center">
<p class="text-sm text-center text-gray-500 mb-4 lg:mb-0">
© @(DateTime.Now.Year) <span>@AppInfo.ApplicationName v@(AppInfo.GetFullVersion())</span>@if (!string.IsNullOrEmpty(Config.DeploymentMode))
{<text> <span class="text-gray-400 dark:text-gray-600">(@Config.DeploymentMode)</span></text>}. @Localizer["CopyrightText"]
{<text> <span class="ml-1">(@Config.DeploymentMode)</span></text>}. @Localizer["CopyrightText"]
</p>
<div class="hidden lg:block text-center text-gray-400 text-sm">@_randomQuote</div>
</div>

View File

@@ -7,7 +7,7 @@
<div class="container mx-auto px-4 py-4">
<p class="text-sm text-center text-gray-400 dark:text-gray-500 mb-4 lg:mb-0">
© @(DateTime.Now.Year) <span>@AppInfo.ApplicationName v@(AppInfo.GetFullVersion())</span>@if (!string.IsNullOrEmpty(Config.DeploymentMode))
{<text> <span class="text-gray-400 dark:text-gray-600">(@Config.DeploymentMode)</span></text>}. @Localizer["CopyrightText"]
{<text> <span class="ml-1">(@Config.DeploymentMode)</span></text>}. @Localizer["CopyrightText"]
</p>
</div>
</footer>