Pages (terms/tos/privacy), comments improvements, etc
This commit is contained in:
parent
cd16f45d8e
commit
952431d296
34 changed files with 435 additions and 97 deletions
|
|
@ -1,12 +1,16 @@
|
|||
/* eslint-disable import/no-absolute-path */
|
||||
/* eslint-disable react/jsx-indent-props */
|
||||
/* eslint-disable react/jsx-indent */
|
||||
|
||||
import React from 'react';
|
||||
import Page from '../Page/Page';
|
||||
import { translate } from 'react-i18next';
|
||||
import Page from '../Page/Page';
|
||||
|
||||
const Credits = props => (
|
||||
<div className="Credits">
|
||||
<Page
|
||||
title={props.t("Créditos")}
|
||||
subtitle={props.t("Sobre los datos y imágenes usados")}
|
||||
title={props.t('Créditos')}
|
||||
subtitle={props.t('Sobre los datos y imágenes usados')}
|
||||
page="credits"
|
||||
/>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue