Temp Logo Added

This commit is contained in:
2026-03-31 11:58:53 -05:00
parent 6d27eb62f8
commit 36ce29f7bb
8 changed files with 68 additions and 1 deletions
+11 -1
View File
@@ -29,7 +29,17 @@
}
?>
<div class="app-header-top">
<h1 class="h3 mb-0 app-header-brand">Family Hub</h1>
<h1 class="h3 mb-0 app-header-brand">
<a href="index.php" class="app-header-logo-link" aria-label="Family Hub home">
<img
src="assets/logo/trans_480x480.svg"
alt="Family Hub"
class="app-header-logo"
width="240"
height="80"
>
</a>
</h1>
<div class="app-header-actions d-flex align-items-center gap-2 flex-wrap justify-content-end">
<?php if (count($people) === 0): ?>
<span class="small opacity-75 text-end">Add people in Family settings.</span>