Remove redundant code

This commit is contained in:
Kevin Kandlbinder 2021-04-12 12:57:10 +00:00 committed by GitHub
parent abb502c863
commit 1e89cccdc9
12 changed files with 375 additions and 377 deletions

View file

@ -39,7 +39,7 @@ const ProjectsPage = ({ data }) => {
const { t } = useI18next();
return (
<Layout module="projects" title={t("projects")} description={t("projectsDescription")}>
<Layout title={t("projects")} description={t("projectsDescription")}>
<section>
<article>
<h1><Trans>projects</Trans></h1>