mirror of
https://github.com/franjsco/tick3t
synced 2025-01-14 02:16:15 +01:00
edit footer
This commit is contained in:
parent
321f4ea5b7
commit
5fe12f8db6
@ -4,14 +4,28 @@ import {
|
||||
Col
|
||||
} from 'reactstrap';
|
||||
|
||||
const mainCredits = {
|
||||
fontSize: '14px',
|
||||
color: 'grey'
|
||||
}
|
||||
|
||||
const othersCredits = {
|
||||
fontSize: '10px',
|
||||
color: 'grey'
|
||||
}
|
||||
const Footer = (props) => {
|
||||
return (
|
||||
<Row className="row-centred">
|
||||
<Col>
|
||||
<p className="text-center">
|
||||
<p style={mainCredits} className="text-center">
|
||||
<a href="https://github.com/frsposito/tick3t">tick3t</a>{` `}
|
||||
by <a href="https://github.com/frsposito">@frsposito</a> (Francesco Esposito)
|
||||
</p>
|
||||
|
||||
<p style={othersCredits} className="text-center">
|
||||
Icon made by <a href="https://www.flaticon.com/authors/eucalyp">eucalyp</a> {` `}
|
||||
from <a href="https://www.flaticon.com/">flaticon.com</a>
|
||||
</p>
|
||||
</Col>
|
||||
</Row>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user