Skip to content
Snippets Groups Projects
Commit 498439d4 authored by Barnabás Czémán's avatar Barnabás Czémán
Browse files

Fix textalign in footer

parent 2e1e821c
Branches
Tags
No related merge requests found
......@@ -4,7 +4,7 @@ import { Container, Segment } from "semantic-ui-react";
const Footer = () => (
<Segment inverted vertical textAlign="center">
<Container>
<p textAlign="center">Created by DevTeam &copy; 2017-2018.</p>
<p textalign="center">Created by DevTeam &copy; 2017-2018.</p>
</Container>
</Segment>
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment