Revision vor Kundenübergabe: Plausibilität, SEO, A11y, OpenPanel

This commit is contained in:
2026-09-10 18:14:26 +02:00
parent b6cbc9239f
commit 6438dd73f2
16 changed files with 19 additions and 102 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ export function AppShell({ session, nav, children }: AppShellProps) {
<div className="mx-auto flex max-w-6xl items-center justify-between gap-4 px-4 py-2 md:px-6">
<p className="flex items-center gap-2 text-sm">
<UserCog className="size-4" />
Du bist als <strong>{session.user.name}</strong> ({session.user.email}) eingeloggt.
Sie sind als <strong>{session.user.name}</strong> ({session.user.email}) eingeloggt.
</p>
<Button
type="button"