diff --git a/public/index.php b/public/index.php
index b528210..175a12d 100644
--- a/public/index.php
+++ b/public/index.php
@@ -44,10 +44,11 @@ function render_header(string $title): void
$user = current_user();
$brandName = app_setting('company_name', 'JOBcard') ?: 'JOBcard';
$logoFile = app_setting('logo_filename');
- $brandMark = $logoFile ? '' : '';
+ $brandMark = $logoFile ? '
' : '';
+ $brandLabel = $logoFile ? $brandMark : e($brandName);
echo '