import React from 'react'; import classNames from 'classnames'; import Link from './Link'; import { assetUrl, radarNameShort } from '../../common/config'; export default function LogoLink({ small=false }) { return ( {radarNameShort} ); }