Revision vor Kundenübergabe: Plausibilität, SEO, A11y, OpenPanel
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user