feat: titulua eta hizkuntza sartzen ditu

This commit is contained in:
Aitor Urrutia
2022-01-17 10:30:58 +01:00
parent 2c54f4e782
commit f03ff28f6b
3 changed files with 11 additions and 0 deletions

View File

@@ -37,6 +37,7 @@
"styled-components": "^5.3.3" "styled-components": "^5.3.3"
}, },
"devDependencies": { "devDependencies": {
"@types/react-helmet": "^6.1.5",
"prettier": "^2.5.1" "prettier": "^2.5.1"
} }
} }

View File

@@ -6,6 +6,7 @@ import { Container } from '../components/Container';
import { GlobalStyles } from '../ui/GlobalStyles'; import { GlobalStyles } from '../ui/GlobalStyles';
import { font, media, size } from '../ui/theme'; import { font, media, size } from '../ui/theme';
import LabaLogo from '../assets/logo.svg'; import LabaLogo from '../assets/logo.svg';
import { Helmet } from 'react-helmet';
interface DataProps { interface DataProps {
strapiHasiera: { strapiHasiera: {
@@ -34,6 +35,8 @@ const IndexPage: React.VFC<PageProps> = () => {
return ( return (
<> <>
<Helmet title="Laba gara | Laba" htmlAttributes={{ lang: 'eu' }} />
<GlobalStyles /> <GlobalStyles />
<Gainburua> <Gainburua>

View File

@@ -2907,6 +2907,13 @@
dependencies: dependencies:
"@types/react" "*" "@types/react" "*"
"@types/react-helmet@^6.1.5":
version "6.1.5"
resolved "https://registry.yarnpkg.com/@types/react-helmet/-/react-helmet-6.1.5.tgz#35f89a6b1646ee2bc342a33a9a6c8777933f9083"
integrity sha512-/ICuy7OHZxR0YCAZLNg9r7I9aijWUWvxaPR6uTuyxe8tAj5RL4Sw1+R6NhXUtOsarkGYPmaHdBDvuXh2DIN/uA==
dependencies:
"@types/react" "*"
"@types/react-redux@^7.1.16": "@types/react-redux@^7.1.16":
version "7.1.22" version "7.1.22"
resolved "https://registry.yarnpkg.com/@types/react-redux/-/react-redux-7.1.22.tgz#0eab76a37ef477cc4b53665aeaf29cb60631b72a" resolved "https://registry.yarnpkg.com/@types/react-redux/-/react-redux-7.1.22.tgz#0eab76a37ef477cc4b53665aeaf29cb60631b72a"