mirror of
https://github.com/franjsco/tick3t
synced 2025-06-05 22:19:18 +02:00
edit footer
This commit is contained in:
@@ -4,14 +4,28 @@ import {
|
|||||||
Col
|
Col
|
||||||
} from 'reactstrap';
|
} from 'reactstrap';
|
||||||
|
|
||||||
|
const mainCredits = {
|
||||||
|
fontSize: '14px',
|
||||||
|
color: 'grey'
|
||||||
|
}
|
||||||
|
|
||||||
|
const othersCredits = {
|
||||||
|
fontSize: '10px',
|
||||||
|
color: 'grey'
|
||||||
|
}
|
||||||
const Footer = (props) => {
|
const Footer = (props) => {
|
||||||
return (
|
return (
|
||||||
<Row className="row-centred">
|
<Row className="row-centred">
|
||||||
<Col>
|
<Col>
|
||||||
<p className="text-center">
|
<p style={mainCredits} className="text-center">
|
||||||
<a href="https://github.com/frsposito/tick3t">tick3t</a>{` `}
|
<a href="https://github.com/frsposito/tick3t">tick3t</a>{` `}
|
||||||
by <a href="https://github.com/frsposito">@frsposito</a> (Francesco Esposito)
|
by <a href="https://github.com/frsposito">@frsposito</a> (Francesco Esposito)
|
||||||
</p>
|
</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>
|
</Col>
|
||||||
</Row>
|
</Row>
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user