import React from 'react'; import BrandLogo from '@/components/layout/BrandLogo.tsx'; import { useTranslation } from '@/hooks/useI18n.tsx'; interface BrandIdentityProps { showPulse?: boolean; onClick?: () => void; className?: string; } const BrandIdentity = ({ showPulse, onClick, className }: BrandIdentityProps) => { const { t } = useTranslation(); return (
{t('topBar.subTitle')}
{t('topBar.title')}