More work in home, footer, new credits page
This commit is contained in:
parent
b6b8f893e3
commit
441dfa4c62
22 changed files with 155 additions and 104 deletions
|
|
@ -24,7 +24,7 @@ class CenterInMyPosition extends React.Component {
|
|||
var viewport = {
|
||||
center: [userGeoLocation.get().lat, userGeoLocation.get().lng],
|
||||
zoom: 11
|
||||
}
|
||||
};
|
||||
self.props.onClick(viewport);
|
||||
// console.log(viewport);
|
||||
// self.onViewportChanged(viewport);
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ const Footer = (props) => {
|
|||
<li><Link to="/terms"> {t('Términos')}<span className="d-none d-md-inline"> {t('de Servicio')}</span></Link></li>
|
||||
<li><Link to="/privacy"><span className="d-none d-md-inline">{t('Política de')} </span>{t('Privacidad')}</Link></li>
|
||||
<li><span className="d-none d-md-inline"><Link to="/license">{t('Licencia')}</Link></span></li>
|
||||
<li><span className="d-none d-md-inline"><Link to="/credits">{t('Créditos')}</Link></span></li>
|
||||
</ul>
|
||||
</Grid>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ body {
|
|||
ul li {
|
||||
float: left;
|
||||
|
||||
&:first-child, &:nth-child(2) {
|
||||
&:first-child, &:nth-child(3) {
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue