diff --git a/web/src/components/Footer.js b/web/src/components/Footer.js index 80b5805..948cf40 100644 --- a/web/src/components/Footer.js +++ b/web/src/components/Footer.js @@ -1,10 +1,13 @@ import React from 'react' import styled from 'styled-components' import { FaTwitter, FaGithubAlt } from 'react-icons/fa' +import { useTranslation } from 'react-i18next' import { ExternalLink } from './Links' export default function Footer() { + const { t } = useTranslation() + return ( @@ -22,7 +25,10 @@ export default function Footer() { - +