mirror of https://github.com/franjsco/tomadoro
Edit username
This commit is contained in:
parent
108a909c0b
commit
1585c44d3e
|
@ -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))
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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>
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue