Increase nav icon size to 48px

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
shuki
2026-03-05 04:32:13 +02:00
parent 20a8a1136e
commit fceb9b8b88

View File

@@ -51,7 +51,7 @@ sub render_nav {
my $logo = '';
if ($_logo_data_uri) {
$logo = qq{<div class="flex items-center gap-2">}
. qq{<img src="$_logo_data_uri" alt="" style="height:32px;width:auto">}
. qq{<img src="$_logo_data_uri" alt="" style="height:48px;width:auto">}
. qq{<span style="font-size:32px;font-weight:700;line-height:1">GNIZA <span style="color:#f47216">Backup</span></span>}
. qq{</div>};
}