Increase nav icon size to 48px
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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>};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user