edit username

This commit is contained in:
Francesco Esposito 2020-03-01 22:56:15 +01:00
parent b9ad958a62
commit f4d4fbb8a8
4 changed files with 5 additions and 5 deletions

View File

@ -15,11 +15,11 @@ A simple ticketing system
## Backend Service ## Backend Service
To work, you need to configure the backend(REST API): [tick3t-api](https://github.com/frsposito/tick3t-api) To work, you need to configure the backend(REST API): [tick3t-api](https://github.com/franjsco/tick3t-api)
## License ## License
GPLv3 GPLv3
--- ---
Made with ❤️ by Francesco Esposito ([@frsposito](https://github.com/frsposito)) Made with ❤️ by Francesco Esposito ([@franjsco](https://github.com/franjsco))

View File

@ -2,7 +2,7 @@
"name": "tick3t", "name": "tick3t",
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"author": "frsposito", "author": "franjsco",
"dependencies": { "dependencies": {
"bootstrap": "^4.3.1", "bootstrap": "^4.3.1",
"dotenv": "^8.0.0", "dotenv": "^8.0.0",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB

After

Width:  |  Height:  |  Size: 96 KiB

View File

@ -18,8 +18,8 @@ const Footer = (props) => {
<Row className="row-centred"> <Row className="row-centred">
<Col> <Col>
<p style={mainCredits} className="text-center"> <p style={mainCredits} className="text-center">
<a href="https://github.com/frsposito/tick3t">tick3t</a>{` `} <a href="https://github.com/franjsco/tick3t">tick3t</a>{` `}
by <a href="https://github.com/frsposito">@frsposito</a> (Francesco Esposito) by <a href="https://github.com/franjsco">@franjsco</a> (Francesco Esposito)
</p> </p>
<p style={othersCredits} className="text-center"> <p style={othersCredits} className="text-center">