diff --git a/src/components/Logotype.tsx b/src/components/Logotype.tsx deleted file mode 100644 index a699268..0000000 --- a/src/components/Logotype.tsx +++ /dev/null @@ -1,27 +0,0 @@ -import React from 'react'; -import {ReactComponent as SVGLogotype} from 'assets/svg/logotype.svg'; -import { Link } from 'react-router-dom'; - -type Props = { - name?: string; -} - -/** - * Horizontal variant of logotype component - * @param {string} name Name of service to attach to logotype - * @return {React.ReactNode} - */ -export default function Logotype({name}: Props): JSX.Element { - return ( -