convert span to fragment

This commit is contained in:
Collin M. Barrett 2019-08-31 16:32:14 -05:00
parent 2e7d435035
commit 33ce3be72f

View file

@ -39,13 +39,14 @@ const NotFound = (props: RouteComponentProps) =>
</h2>;
const CopyrightAuthor = () =>
<span>
<>
©{new Date().getFullYear()}&nbsp;
<a href="https://collinmbarrett.com"
title="Collin M. Barrett's Homepage"
target="_blank" rel="noopener noreferrer">
Collin M. Barrett</a>
</span>;
Collin M. Barrett
</a>
</>;
const Community = () =>
<a href="https://hub.filterlists.com"