mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
convert span to fragment
This commit is contained in:
parent
2e7d435035
commit
33ce3be72f
1 changed files with 4 additions and 3 deletions
|
|
@ -39,13 +39,14 @@ const NotFound = (props: RouteComponentProps) =>
|
|||
</h2>;
|
||||
|
||||
const CopyrightAuthor = () =>
|
||||
<span>
|
||||
<>
|
||||
©{new Date().getFullYear()}
|
||||
<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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue