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) * Bootstrap (reactstrap)
## Demo ## Demo
Try tomadoro: https://frsposito.github.io/tomadoro/ Try tomadoro: https://franjsco.github.io/tomadoro/
## 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

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

View File

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