sadasd
All checks were successful
Deploy / deploy (push) Successful in 53s

This commit is contained in:
2026-08-10 20:28:45 +02:00
parent bd758f8b34
commit 5c0ecf817a
3 changed files with 3 additions and 3 deletions

View File

@@ -97,10 +97,9 @@ if (!empty($canManageSystemSettings)) {
$sectionLinks['system'] = 'System';
}
?>
<main class="section">
<main class="section section--dashboard">
<div class="container" style="display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:12px;">
<div>
<p class="eyebrow">Mitgliederbereich</p>
<h1>Hallo, <span style="color: var(--color-primary);"><?= htmlspecialchars($profile['display_name'] ?: 'Papa', ENT_QUOTES) ?></span>!</h1>
<p class="muted">Verwalte dein Profil, Kinder, Events und Teilnahmen.</p>
</div>