Merge branch 'master' into feature/images

This commit is contained in:
Amit Jakubowicz 2019-11-25 10:23:22 +01:00
commit 3eec210683
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,6 @@
{
"en": {
"APP_TITLE": "Evento en la Alpujarra",
"APP_TITLE": "Eventos en la Alpujarra",
"mo": "Mo",
"tu": "Tu",
"we": "We",

View file

@ -86,5 +86,6 @@ const StyledFooter = styled(Footer)`
const StyledHeader = styled(Header)`
grid-column: full;
grid-row: header;
max-width: 100vw;
`
export default hot(App)