Refactor to external scraper and update dependencies (#113)
This commit is contained in:
@@ -19,8 +19,8 @@ const Footer: FC<Props> = (props) => (
|
||||
spacing={[1, null, 2]}
|
||||
{...props}
|
||||
>
|
||||
<Link href="https://github.com/TheDavidDelta/lingva-translate/blob/main/LICENSE" isExternal={true}>
|
||||
<Text as="span">© 2021 TheDavidDelta & contributors</Text>
|
||||
<Link href="https://github.com/thedaviddelta/lingva-translate/blob/main/LICENSE" isExternal={true}>
|
||||
<Text as="span">© 2021 thedaviddelta & contributors</Text>
|
||||
</Link>
|
||||
<Text as="span" display={["none", null, "unset"]}>·</Text>
|
||||
<Link href="https://www.gnu.org/licenses/agpl-3.0.html" isExternal={true}>
|
||||
|
||||
Reference in New Issue
Block a user