diff --git a/leaky-ships/src/components/Logo.tsx b/leaky-ships/src/components/Logo.tsx index 2eb6f19..dacd13a 100644 --- a/leaky-ships/src/components/Logo.tsx +++ b/leaky-ships/src/components/Logo.tsx @@ -1,19 +1,22 @@ import classNames from "classnames" +import { A } from "solid-start" function Logo(props: { small?: boolean }) { return ( -