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 @@ ...@@ -29,7 +29,7 @@
work correctly both with client-side routing and a non-root public URL. 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`. 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> </head>
<body> <body>
<noscript> You need to enable JavaScript to run this app. </noscript> <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 = () => ( const Footer = () => (
<Segment inverted vertical textAlign="center"> <Segment inverted vertical textAlign="center">
<Container> <Container>
<p textalign="center">Created by DevTeam &copy; 2018-2021.</p> <p textalign="center">Created by DevTeam &copy; 2018-2022.</p>
</Container> </Container>
</Segment> </Segment>
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment