import { LiveLogo } from './LiveLogo'; interface Props { accent: string; peerCount: number; } export const Brand = ({ accent, peerCount }: Props) => (