mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-07-31 17:27:11 -04:00
Update style
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user