import * as React from 'react'; import { Link } from 'bisheng/router'; import * as utils from '../../utils'; import './Logo.less'; export interface LogoProps { isZhCN: boolean; location: any; } const Logo = ({ isZhCN, location }: LogoProps) => (