From ac66f452255ff69e42b8156f51389805066335c3 Mon Sep 17 00:00:00 2001
From: Laszlo Rafael <rlacko99@gmail.com>
Date: Thu, 17 Feb 2022 10:46:05 +0100
Subject: [PATCH] Update dates

---
 public/index.html        | 2 +-
 src/components/Footer.js | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/public/index.html b/public/index.html
index 0092b2b..7f9a98d 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 9b289b4..1af98ee 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 &copy; 2018-2021.</p>
+      <p textalign="center">Created by DevTeam &copy; 2018-2022.</p>
     </Container>
   </Segment>
 );
-- 
GitLab