Edit username

This commit is contained in:
Francesco Esposito 2020-03-01 23:01:14 +01:00
parent 108a909c0b
commit 1585c44d3e
3 changed files with 7 additions and 7 deletions

View File

@ -10,10 +10,10 @@ Technologies:
* Bootstrap (reactstrap)
## Demo
Try tomadoro: https://frsposito.github.io/tomadoro/
Try tomadoro: https://franjsco.github.io/tomadoro/
## License
GPLv3
---
Made with ❤️ by Francesco Esposito ([@frsposito](https://github.com/frsposito))
Made with ❤️ by Francesco Esposito ([@franjsco](https://github.com/franjsco))

View File

@ -24,7 +24,7 @@
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"homepage": "http://frsposito.github.io/tomadoro",
"homepage": "http://franjsco.github.io/tomadoro",
"eslintConfig": {
"extends": "react-app"
},
@ -36,9 +36,9 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/frsposito/tomadoro.git"
"url": "git+https://github.com/franjsco/tomadoro.git"
},
"author": "frsposito",
"author": "franjsco",
"license": "GPL-3.0-or-later",
"devDependencies": {
"gh-pages": "^2.1.1"

View File

@ -11,8 +11,8 @@ const footer = () => {
return (
<div style={style}>
<p>
<a href="https://github.com/frsposito/tomadoro">tomadoro</a>{` `}
by <a href="https://github.com/frsposito">Francesco Esposito</a>
<a href="https://github.com/franjsco/tomadoro">tomadoro</a>{` `}
by <a href="https://github.com/franjsco">Francesco Esposito</a>
</p>
</div>
);