diff --git a/public/index.html b/public/index.html index 0092b2b7acd3b7923b7efac400bd059aaa3db22e..7f9a98d9ea4cff4983d109f6143e3f1d9f929c12 100644 --- a/public/index.html +++ b/public/index.html @@ -29,7 +29,7 @@ work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> - <title>KSZKépzés 2021</title> + <title>KSZKépzés 2022</title> </head> <body> <noscript> You need to enable JavaScript to run this app. </noscript> diff --git a/src/components/Footer.js b/src/components/Footer.js index 9b289b47d9835a1418bf248c240e36e6a131f36a..1af98ee2048e4c84f331d7e85eb23faba5c6cd8a 100644 --- a/src/components/Footer.js +++ b/src/components/Footer.js @@ -1,11 +1,11 @@ -import { Container, Segment } from 'semantic-ui-react'; +import { Container, Segment } from "semantic-ui-react"; -import React from 'react'; +import React from "react"; const Footer = () => ( <Segment inverted vertical textAlign="center"> <Container> - <p textalign="center">Created by DevTeam © 2018-2021.</p> + <p textalign="center">Created by DevTeam © 2018-2022.</p> </Container> </Segment> );