Skip to content
Snippets Groups Projects
Verified Commit ac66f452 authored by Rafael László's avatar Rafael László :speech_balloon:
Browse files

Update dates

parent 41e430dc
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
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>
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment