import { usePage } from '@inertiajs/react'; import { type SharedData } from '@/types'; export default function AppLogo() { const { translations } = usePage().props; const areaLabel = (translations?.dashboard?.navigation?.group_label as string | undefined) ?? 'Kundenbereich'; return (
Fotospiel
Fotospiel {areaLabel}
); }