Add LALA to welcome message #deploy

This commit is contained in:
2026-01-19 17:27:21 +01:00
parent f257548c44
commit 98b8abd56c
2 changed files with 25 additions and 12 deletions

View File

@@ -79,7 +79,7 @@ const Dashboard: React.FC<DashboardProps> = ({ onActionClick, hasActiveEvent, cu
<div className="space-y-6">
<div className="flex items-center justify-between">
<div>
<h1 className="text-2xl font-bold tracking-tight">Willkommen zurück</h1>
<h1 className="text-2xl font-bold tracking-tight">Willkommen zurück LALA</h1>
<p className="text-muted-foreground">Was möchtest du heute tun?</p>
</div>
</div>