import React from 'react';
import { Link } from 'react-router-dom';
import './logo.css';
/**
* Logo
*
* As link to homepage, used in top header
*/
const Logo: React.FunctionComponent = () => (
ColouringLondon
);
/**
* MinorLogo
*
* As plain logo, used in legend
*/
const MinorLogo: React.FunctionComponent = () => (